lcd.h

来自「三星 S3C2410 开发板 LCD测试配套程序」· C头文件 代码 · 共 38 行

H
38
字号
/*****************************************
  NAME: lcd.h
  DESC: lcd test codes
  HISTORY:
  2002.03.13:SamSung (edit by sanicle)
 *****************************************/

#ifndef __LCD_H__
#define __LCD_H__

extern void Lcd_Palette8Bit_Init(void);
extern void Lcd_Port_Init(void);
extern void Lcd_Port_Return(void);
extern void Test_Lcd_Stn_1Bit(void);
extern void Test_Lcd_Stn_2Bit(void);
extern void Test_Lcd_Stn_4Bit(void);
extern void Test_Lcd_Cstn_8Bit(void);
extern void Test_Lcd_Cstn_12Bit(void);
extern void Test_Lcd_Cstn_8Bit_On(void);
extern void Test_Lcd_Tft_8Bit_240320(void);
extern void Test_Lcd_Tft_8Bit_240320_On(void);
extern void Test_Lcd_Tft_16Bit_240320(void);
extern void Test_Lcd_Tft_1Bit_640480(void);
extern void Test_Lcd_Tft_8Bit_640480(void);
extern void Test_Lcd_Tft_16Bit_640480(void);

//void Test_Lcd_Tft_24Bit_640480(void);
extern void Test_Lcd_Tft_8Bit_640480_Palette(void);
extern void Test_Lcd_Tft_8Bit_640480_Bswp(void);
extern void Test_Lcd_Tft_16Bit_640480_Hwswp(void);
//void Test_Lcd_Tft_16Bit_640480_Bmp(void);
extern void Test_Lcd_Tft_1Bit_800600(void);
extern void Test_Lcd_Tft_8Bit_800600(void);
//void Test_Lcd_Tft_16Bit_800600(void);


#endif /*__LCD_H__*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?