com_vgaT103_109-0.17

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:791KB
下载次数:57
上传日期:2006-11-04 22:18:19
上 传 者xman1978
说明:  terawin的t103 LCD驱动程序,完整版
(terawin the t103 LCD driver, a complete version!)

文件列表:
com_vgaT103_109-0.17 (0, 2006-10-30)
com_vgaT103_109-0.17\KEIL.DSK (2763, 2006-06-01)
com_vgaT103_109-0.17\KEIL.PRJ (2116, 2006-06-01)
com_vgaT103_109-0.17\T803.Opt (3187, 2006-03-06)
com_vgaT103_109-0.17\T803.Uv2 (2566, 2006-03-06)
com_vgaT103_109-0.17\_ChangeLog.txt (7814, 2006-02-07)
com_vgaT103_109-0.17\Serial.txt (0, 2006-08-24)
com_vgaT103_109-0.17\T103_Uv2.Bak (3272, 2006-08-23)
com_vgaT103_109-0.17\T103.Uv2 (3272, 2006-08-29)
com_vgaT103_109-0.17\_desktop.ini (8, 2006-09-09)
com_vgaT103_109-0.17\T103_Opt.Bak (3797, 2006-10-10)
com_vgaT103_109-0.17\edit project (0, 2006-10-30)
com_vgaT103_109-0.17\edit project\T103.IAB (4096, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.IAD (368, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.IMB (4096, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.IMD (368, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.PFI (0, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.PO (776, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.PR (512, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.PS (512, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.SearchResults (111, 2006-06-01)
com_vgaT103_109-0.17\edit project\T103.WK3 (10716, 2002-08-14)
com_vgaT103_109-0.17\edit project\T103.PRI (512, 2002-08-14)
com_vgaT103_109-0.17\edit project\_desktop.ini (8, 2006-09-09)
com_vgaT103_109-0.17\Include (0, 2006-10-30)
com_vgaT103_109-0.17\Include\AUTO.H (304, 2006-05-09)
com_vgaT103_109-0.17\Include\CFGDSPLY.H (1326, 2005-08-18)
com_vgaT103_109-0.17\Include\COMMON.H (2637, 2006-08-21)
com_vgaT103_109-0.17\Include\DISPLAY.H (615, 2006-04-19)
com_vgaT103_109-0.17\Include\DISPLAY.H.bak (1069, 2006-03-13)
com_vgaT103_109-0.17\Include\FILTER.H (859, 2006-02-23)
com_vgaT103_109-0.17\Include\Freq_Table.h (13543, 2006-03-06)
com_vgaT103_109-0.17\Include\Gamma.h (663, 2006-01-10)
com_vgaT103_109-0.17\Include\GAMMADAT.H (1377, 2006-03-06)
com_vgaT103_109-0.17\Include\Global.h (2755, 2006-04-24)
com_vgaT103_109-0.17\Include\INIT.h (301, 2006-08-22)
com_vgaT103_109-0.17\Include\KEYPAD.H (3323, 2006-04-21)
com_vgaT103_109-0.17\Include\MODECTRL.H (2125, 2006-04-25)
com_vgaT103_109-0.17\Include\MODECTRL.H.bak (2945, 2006-03-16)
... ...

1. How to change different panel? Simply remove the marked tag the panel you want to use and mark the original one in the "System.h". 2. How to change different IC (T100A/T101/T101A/T102)? Just execute the projcet "T10x.Uv2" which is the IC you want. 3. How to open auto-detection function? Release the //#define AUTO_DETECT tag in "system.h", as: #define AUTO_DETECT 4. How to use fixed output timing? Release the //#define FIX_OUTPUT_TIMING tag in "system.h", as: #define FIX_OUTPUT_TIMING If you mark the tag, the program will calculate the output timing automatically. This funciotn is used for tuning new LCD panel. 6. How to Enable Gamma? Release the //#define EnableGamma in "panelxx.h", as: #define EnableGamma On the contrary, it is Disable Gamma. ====================================================================== 7. How to add new panel settings into the project? a. Create the corresponding panel setting files, it should include two files, one is .h and the other is .c file. Put these two file under the .\include\panel directory. However, add the define of resolution in "panelxx.h". b. If the resolution of panel is new, you must define relatively initial data in "panel.h". c. The rules of naming the pannel is look like as Aaa_Bbb_A[D].h(c) in which Aaa: The manufacture, such as AU, PVI, SHARP,...,etc.. Bbb: The panel size, such as 7 for 7", 10_2 for 10.2" A[D]: Panel type, A for analog type, and D for digital panel. d. Include the header file in "system.h" and add the corresponding include statements in "T101_util.c" 8. How to add new Gamma talbes into the project for different panels? Create the corresponding Gamma table and put it under the .\include\GammaTable directory.

近期下载者

相关文件


收藏者