⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcd.h

📁 三星s3c2460开发板完整功能测试代码
💻 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 + -