📄 lcd.h
字号:
/*****************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -