HX8310-A 128RGB x 160 dot, 262,144 color TFT controller driver 初始化代碼
資源簡介:HX8310-A 128RGB x 160 dot, 262,144 color TFT controller driver 初始化代碼
上傳時間: 2015-12-17
上傳用戶:yoleeson
資源簡介:ili9320 datasheet. ILI9320 is a 262,144-color one-chip SoC driver for a-TFT liquid crystal display with resolution of 240RGBx320 dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes RAM for graphic data ...
上傳時間: 2014-11-21
上傳用戶:jiahao131
資源簡介:160*32屏的初始化代碼 屏的控制IC是ST7920 采用8位并行傳輸
上傳時間: 2014-01-14
上傳用戶:330402686
資源簡介:1.8寸128*160 TFTLCD S06D0151的初始化代碼
上傳時間: 2017-02-13
上傳用戶:wab1981
資源簡介:含t h r e a d x,u c o s 的b s p
上傳時間: 2015-06-29
上傳用戶:xfbs821
資源簡介:基于事件驅動的串口通訊控件 消息幀數據格式: 1 0 A B X X 其中 10 為消息標識, AB表示文本長度,L=A*100+B XX為配位字符,任意 控制幀數據格式 0 1 A B M N 其中 01為控制標識, AB為請求標識 MN為附加標識 11表示請求對方接收文件,M表...
上傳時間: 2015-10-06
上傳用戶:拔絲土豆
資源簡介:function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
上傳時間: 2015-12-17
上傳用戶:tb_6877751
資源簡介:對應分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X),X為原始數據 p X n維 即有n個樣本,每個樣本由p個變量來描述。返回F為R型因子分析后的結果,Q為最后的結果,A=ZZ 。
上傳時間: 2016-11-26
上傳用戶:wyc199288
資源簡介:Datasheet for K4M511633C chip. It s a 8M x 16Bit x 4 Banks Mobile SDRAM from Samsung.
上傳時間: 2017-03-13
上傳用戶:czl10052678
資源簡介:The HD66773, controller driver LSI, displays 132RGB-by-176 dot graphics on TFT displays in 260,000 colors. The HD66773’s bit-operation functions, 18-bit high-speed bus interface, and high-speed RAMwrite functions enable efficient data tr...
上傳時間: 2014-06-19
上傳用戶:stvnash
資源簡介:基于自主開發的A/D芯片的芯片初始化程序,vc編寫,希望對大家有幫助
上傳時間: 2015-07-10
上傳用戶:黃華強
資源簡介:詞法分析器制作與應用 設計思想 (1)程序主體結構部分: 說明部分 %% 規則部分 %% 輔助程序部分 (2)主體結構的說明 在這里說明部分告訴我們使用的LETTER,DIGIT, IDENT(標識符,通常定義為字母開頭的字母數字串)和STR(字符串常量,通常定義為雙引...
上傳時間: 2015-11-04
上傳用戶:zhengzg
資源簡介:Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:...
上傳時間: 2013-12-01
上傳用戶:dyctj
資源簡介:FREESCAL智能車的最簡單的初始化程序 包括PWM的初始化和A/D轉化
上傳時間: 2016-07-14
上傳用戶:xyipie
資源簡介:draw a rectangle and you can choose the color it presents
上傳時間: 2016-07-29
上傳用戶:gyq
資源簡介:A/D測試首先對A/D模塊進行初始化操作,當A/D不忙時,進行A/D轉化,A/D轉化完畢產生中斷,并將結果存入數組中。
上傳時間: 2016-10-06
上傳用戶:思琦琦
資源簡介:LTV350QV-F09 is a TMR(Transmissive with Micro Reflective) type color active matrix TFT (Thin Film Transistor) liquid crystal display (LCD) that uses amorphous silicon TFT as a switching devices. This model is composed of a TFT-LCD module,...
上傳時間: 2013-12-11
上傳用戶:大三三
資源簡介:A函數,是<數據結構>的必學內容,我自己寫的代碼,包括遞歸算法和迭代兩個
上傳時間: 2017-02-13
上傳用戶:cjl42111
資源簡介:HX8310的初始化程序,希望對大家有幫助,也希望大家一起交流,謝謝了
上傳時間: 2017-02-27
上傳用戶:shus521
資源簡介:A nice book for developing the drivers with the windows driver foundation
上傳時間: 2017-03-12
上傳用戶:songrui
資源簡介:SSD1289 240 RGB x 320 TFT LCD controller driver integrated Power Circuit, Gate and Source driver with built-in RAM technical data
上傳時間: 2017-04-16
上傳用戶:onewq
資源簡介:a good example of flywheel controlled by model predictive controller
上傳時間: 2017-05-26
上傳用戶:hgy9473
資源簡介:第1 章 體系結構 第1 問: Q:請問在初始化CPU 堆棧的時候一開始在執行mov r0, LR 這句指令時處理器是什么模式 A:復位后的模式,即管理模式.
上傳時間: 2013-12-30
上傳用戶:zxc23456789
資源簡介:包含了msp430單片機上的ADC、定時器A、定時器B、基礎時鐘、看門狗的初始化及中斷程序。基本示例程序
上傳時間: 2017-05-28
上傳用戶:qweqweqwe
資源簡介:This is the source code of a digital clock implemented using Atmel 8 bit AVR controller(ATMega16). To fully understand it look at the hardware implementation shown in attached photo(pdf).
上傳時間: 2014-08-18
上傳用戶:moshushi0009
資源簡介:深入淺出AVR單片機思路清晰,以AVR單片機為載體,介紹了初學單片機所必須掌握的專業知識。書中語言嚴謹但不乏幽默風趣,配以大量的照片、圖示和實例程序,使讀者在愉悅中完成專業知識的學習,并培養了學習嵌入式系統的興趣。本書在講述AVR單片機的同時,更注...
上傳時間: 2014-05-05
上傳用戶:佳期如夢
資源簡介:/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:漸亮1:漸滅 char ?pwm=0; c...
上傳時間: 2016-07-02
上傳用戶:184890962
資源簡介:驅動芯片資料ST7735S規格書132RGB x 162dot 262K color with Frame Memory?Single-Chip TFT controller/driver
上傳時間: 2022-03-24
上傳用戶:
資源簡介:《C#入門經典(第4版)》通過C#可以很容易地學習.NET Framework 3.5的強大功能,所以C#是開始您編程生涯的絕佳方式?!禖#入門經典(第4版)》全面闡述了C#編程的所有方面,包括C#語言本身、Windows編程、Web編程及數據源的使用等內容。學習了新的編程技巧后,《C#...
上傳時間: 2013-11-16
上傳用戶:xinyuzhiqiwuwu
資源簡介:EZ-USB FX系列單片機USB外圍設備設計與應用:PART 1 USB的基本概念第1章 USB的基本特性1.1 USB簡介21.2 USB的發展歷程31.2.1 USB 1.131.2.2 USB 2.041.2.3 USB與IEEE 1394的比較41.3 USB基本架構與總線架構61.4 USB的總線結構81.5 USB數據流的模式與管線的概念...
上傳時間: 2013-11-21
上傳用戶:努力努力再努力