www.pudn.com > s3c2410_code_Test.rar > lcd.h, change:2005-04-25,size:772b


/* 
********************************************************* 
* Copyright (c) 
* All rights reserved.				             
* 
* 文件名称:LCD.H 
* 文件标识:头文件 
* 摘    要:本文件是LCD头文件声明 
*            
* 当前版本:1.0 
* 作    者:刘征 
* 完成日期:2005.4.3 
* 
* 取代版本: 
* 作    者: 
* 完成日期: 
********************************************************* 
*/ 
#ifndef __LCD_H__ 
#define __LCD_H__ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
/* 
********************************************************* 
*   					 函数 
********************************************************* 
*/ 
void Test_Lcd_Tft_16Bit_640480(void); 
void Test_Lcd_Tft_16Bit_800600(void); 
void Test_Lcd_Tft_16Bit_240320(void); 
#ifdef __cplusplus 
} 
#endif 
#endif /*__LCD_H__*/