Toppoly25_640_240

所属分类:单片机开发
开发工具:C/C++
文件大小:1724KB
下载次数:53
上传日期:2008-09-09 16:20:23
上 传 者zhoujianwei
说明:  STC89C58RD +宏芯(driver)驱动TOPPTFT_LCD
(STC89C58RD+ Macro-core (driver) driver TOPPTFT_LCD)

文件列表:
Toppoly25_640_240 (0, 2007-06-13)
Toppoly25_640_240\Toppoly25_debug (0, 2007-06-11)
Toppoly25_640_240\Toppoly25_debug\FiltDat.lst (13025, 2005-08-09)
Toppoly25_640_240\Toppoly25_debug\Filter.lst (3598, 2006-06-19)
Toppoly25_640_240\Toppoly25_debug\Gamma.lst (3341, 2006-01-10)
Toppoly25_640_240\Toppoly25_debug\Include (0, 2007-06-11)
Toppoly25_640_240\Toppoly25_debug\Include\CFGDSPLY.H (1326, 2005-08-18)
Toppoly25_640_240\Toppoly25_debug\Include\COMMON.H (2609, 2006-04-27)
Toppoly25_640_240\Toppoly25_debug\Include\DISPLAY.H (1095, 2005-08-18)
Toppoly25_640_240\Toppoly25_debug\Include\FILTER.H (857, 2003-08-29)
Toppoly25_640_240\Toppoly25_debug\Include\Freq_Table.h (15696, 2005-01-16)
Toppoly25_640_240\Toppoly25_debug\Include\Gamma.h (665, 2006-07-07)
Toppoly25_640_240\Toppoly25_debug\Include\GAMMADAT.H (3703, 2005-03-29)
Toppoly25_640_240\Toppoly25_debug\Include\KEYPAD.H (3384, 2007-06-20)
Toppoly25_640_240\Toppoly25_debug\Include\NVRAM.H (809, 2004-05-11)
Toppoly25_640_240\Toppoly25_debug\Include\OSDCTRL.H (1319, 2006-03-08)
Toppoly25_640_240\Toppoly25_debug\Include\OSDDRAW.H (8609, 2007-05-17)
Toppoly25_640_240\Toppoly25_debug\Include\OSDMENU.H (1461, 2006-03-08)
Toppoly25_640_240\Toppoly25_debug\Include\Osdtbl.h (305, 2003-02-06)
Toppoly25_640_240\Toppoly25_debug\Include\OSD_1216.H (6511, 2002-12-16)
Toppoly25_640_240\Toppoly25_debug\Include\Panel (0, 2007-06-11)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_12_D.c (5554, 2006-01-16)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_12_D.h (1930, 2006-01-12)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_2_5_S.c (6048, 2006-01-17)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_2_5_S.h (1930, 2006-01-17)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_3_5_A.c (6463, 2006-01-16)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_3_5_A.h (1884, 2006-01-17)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_5_6_A.c (5994, 2006-02-24)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_5_6_A.h (1931, 2006-02-24)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_7_A.c (27170, 2007-03-29)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\AU_7_A.h (1951, 2006-07-07)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\ToppolyTHEB1_2_4_S.c (7385, 2007-06-21)
Toppoly25_640_240\Toppoly25_debug\Include\Panel\ToppolyTHEB1_2_4_S.h (1917, 2007-04-24)
Toppoly25_640_240\Toppoly25_debug\Include\PANEL.h (25712, 2006-06-16)
Toppoly25_640_240\Toppoly25_debug\Include\PANEL_OLD.h (21673, 2006-02-23)
Toppoly25_640_240\Toppoly25_debug\Include\REG51.H (2043, 2003-08-29)
Toppoly25_640_240\Toppoly25_debug\Include\Remote.h (3870, 2007-03-29)
Toppoly25_640_240\Toppoly25_debug\Include\STRUCT.H (1269, 2006-06-19)
Toppoly25_640_240\Toppoly25_debug\Include\SYSTEM.H (7497, 2007-05-16)
Toppoly25_640_240\Toppoly25_debug\Include\T100OSD.h (861, 2005-11-08)
... ...

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.

近期下载者

相关文件


收藏者