lcd.h
来自「支持三星原产的S3C24A0开发板」· C头文件 代码 · 共 33 行
H
33 行
/*****************************************
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);
extern volatile U32 camTestMode;
extern volatile U32 camCodecCaptureCount;
extern volatile U32 camPviewCaptureCount;
extern volatile U32 camPviewStatus;
extern volatile U32 camCodecStatus;
extern U32 CAMTYPE, CAMSIZE, CAMIICID;
#ifdef __cplusplus
}
#endif
#endif /*__LCD_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?