lcd.h

来自「CH375移植到S3C44B0」· C头文件 代码 · 共 27 行

H
27
字号
#ifndef __LCD_H__
#define __LCD_H__

//void MoveViewPort(int depth);
//void Test_LcdMono(void);
//void Test_LcdG4(void);
//void Test_LcdG16(void);
//void Test_LcdColor(void);
void LCD_WritePixel(U32 x1, U32 y1, U32 x2, U32 y2, U8 *b);
void LcdColor256_Bmp( U8 bmp[] ) ;
void LCD_TextOutGB2312(U8 ch, U8 cl, U32 x, U32 y);
void LCD_TextOut(U8 *s, U32 x, U32 y);
void Lcd256_Clear (U8 Color);
void LCD_Printf(char *fmt,...);
void LCD_PrinSet(U32 x,U32 y);
void FontOver(U8 flag);

U8 ReadPixel(U32 x,U32 y);
void LCD_ReadPixel(U32 x1, U32 y1, U32 x2, U32 y2, U8 *b);

extern U8 LCD_BGColor;
extern U8 LCD_PenColor;

#define HZK12	(0x00100000)//汉字库的位置 烧写在44B0 flash rom的0x00100000处

#endif /*__LCD_H__*/

⌨️ 快捷键说明

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