2440lcd.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. #ifndef __LCD_H__
  2. #define __LCD_H__
  3. void Lcd_Start(U32 mode);
  4. void Test_Lcd_Stn_1Bit(void);
  5. void Test_Lcd_Stn_2Bit(void);
  6. void Test_Lcd_Stn_4Bit(void);
  7. void Test_Lcd_Cstn_8Bit(void);
  8. void Test_Lcd_Cstn_12Bit(void);
  9. void Test_Lcd_Cstn_16Bit(void);
  10. void Test_Lcd_Cstn_8Bit_On(void);
  11. void Test_Lcd_Tft_8Bit_240320(void);
  12. void Test_Lcd_Tft_8Bit_240320_On(void);
  13. void Test_Lcd_Tft_8Bit_240320_Bmp(void);
  14. void Test_Lcd_Tft_8Bit_240320_IntFr(void);
  15. void Test_Lcd_Tft_8Bit_240320_IntFi(void);
  16. void Test_Lcd_Tft_16Bit_240320(void);
  17. void Test_Lcd_Tft_1Bit_640480(void);
  18. void Test_Lcd_Tft_8Bit_640480(void);
  19. void Test_Lcd_Tft_16Bit_640480(void);
  20. void Test_Lcd_Tft_24Bit_640480(void);
  21. void Test_Lcd_Tft_8Bit_640480_Palette(void);
  22. void Test_Lcd_Tft_8Bit_640480_Bswp(void);
  23. void Test_Lcd_Tft_16Bit_640480_Hwswp(void);
  24. void Test_Lcd_Tft_16Bit_640480_Bmp(void);
  25. void Test_Lcd_Tft_1Bit_800600(void);
  26. void Test_Lcd_Tft_8Bit_800600(void);
  27. void Test_Lcd_Tft_16Bit_800600(void);
  28. void Lcd_Test(void);
  29. #endif /*__LCD_H__*/