?? readme.txt
字號:
How to compile the sample
=========================
- Copy the configuration files *Conf.h to 'Start\Config\'.
- Copy the remaining source and header files to 'Start\Application' add them to the project.
- Copy the bitmap files to 'System\Simulation\Res\'
- Change SIM_X_Init() in 'System\Simulation\SIM_X.c' to:
void SIM_X_Init() {
SIM_SetLCDPos(30, 30); // Define the position of the LCD in the bitmap
SIM_SetTransColor(0xff0000); // Define the transparent color
}
- Rebuild the project.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -