readme.txt

来自「ucgu最新版本 4.14」· 文本 代码 · 共 18 行

TXT
18
字号
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 + =
减小字号Ctrl + -
显示快捷键?