2440lcd.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:1k
- #ifndef __LCD_H__
- #define __LCD_H__
- void Lcd_Start(U32 mode);
- void Test_Lcd_Stn_1Bit(void);
- void Test_Lcd_Stn_2Bit(void);
- void Test_Lcd_Stn_4Bit(void);
- void Test_Lcd_Cstn_8Bit(void);
- void Test_Lcd_Cstn_12Bit(void);
- void Test_Lcd_Cstn_16Bit(void);
- void Test_Lcd_Cstn_8Bit_On(void);
- void Test_Lcd_Tft_8Bit_240320(void);
- void Test_Lcd_Tft_8Bit_240320_On(void);
- void Test_Lcd_Tft_8Bit_240320_Bmp(void);
- void Test_Lcd_Tft_8Bit_240320_IntFr(void);
- void Test_Lcd_Tft_8Bit_240320_IntFi(void);
- void Test_Lcd_Tft_16Bit_240320(void);
- void Test_Lcd_Tft_1Bit_640480(void);
- void Test_Lcd_Tft_8Bit_640480(void);
- void Test_Lcd_Tft_16Bit_640480(void);
- void Test_Lcd_Tft_24Bit_640480(void);
- void Test_Lcd_Tft_8Bit_640480_Palette(void);
- void Test_Lcd_Tft_8Bit_640480_Bswp(void);
- void Test_Lcd_Tft_16Bit_640480_Hwswp(void);
- void Test_Lcd_Tft_16Bit_640480_Bmp(void);
- void Test_Lcd_Tft_1Bit_800600(void);
- void Test_Lcd_Tft_8Bit_800600(void);
- void Test_Lcd_Tft_16Bit_800600(void);
- void Lcd_Test(void);
- #endif /*__LCD_H__*/