lcd.h

来自「三星s3c2460开发板完整功能测试代码」· C头文件 代码 · 共 37 行

H
37
字号
/*****************************************
  NAME: lcd.h
  DESC: header file for lcd test codes 
  HISTORY:  2002.03.13:draft ver 0.0
 *****************************************/

#ifndef __LCD_H__
#define __LCD_H__

#ifdef __cplusplus
extern "C"{
#endif

void Ch28_LCD(void);
void Test_Lcd_8Bit_240320_On(void);
void Test_Lcd_16Bit_240320_On(void);
void Test_Lcd_24Bit_240320_On(void);
void Test_Lcd_SER_8Bit_240320_On(void);
void Test_Lcd_SER_16Bit_240320_On(void);
void Test_Lcd_SER_24Bit_240320_On(void);


extern volatile unsigned int camTestMode;
extern volatile unsigned int camCodecCaptureCount;
extern volatile unsigned int camPviewCaptureCount;
extern volatile unsigned int camPviewStatus;
extern volatile unsigned int camCodecStatus;
extern unsigned int CAMTYPE, CAMSIZE, CAMIICID;


#ifdef __cplusplus
}
#endif


#endif /*__LCD_H__*/

⌨️ 快捷键说明

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