?? lcd_getcolorindex.c
字號(hào):
/*************************************************************************************************************
uC/GUI
嵌入式通用圖形軟件
File : LCD_GetColorIndex.c
Purpose : Implementation of different LCD_GetColorIndex routines
*************************************************************************************************************/
#include "LCD_Private.h"
#include "GUI_Protected.h"
int LCD_GetBkColorIndex (void)
{
return LCD_BKCOLORINDEX;
}
int LCD_GetColorIndex (void)
{
return LCD_COLORINDEX;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -