?? lcd_show.h
字號:
struct lcdline
{
unsigned int left;
unsigned int right;
unsigned int top;
unsigned int bottom;
unsigned int rgb;
};
union
{
unsigned long addr;
Uint8 add[2];
}position;
unsigned int ADDH;
unsigned int ADDL;
unsigned int ADDH3;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -