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