Major Folder | Description |
---|---|
GCC | GCC project file |
KEIL | MDK5 project file |
IAR | IAR project file |
VSCode | VSCode CSolution project file |
User can select listed Target Name to build target execution using uVision MDK5.
Target | Description |
---|---|
M032KI_320x240 | Use ILI9431 SPI LCD panel with resistive touch screen(S/W ADC Sampling) |
To build target execution using Eclipse-base IDE(NuEclipse V1.02.023r).
Target | Description |
---|---|
M032KI_320x240 | Use ILI9431 SPI LCD panel with resistive touch screen(S/W ADC Sampling) |
To build target execution using IAR IDE(IAR 9.40).
Target | Description |
---|---|
Release | Use ILI9431 SPI LCD panel with resistive touch screen(S/W ADC Sampling) |
To build target execution using VSCode IDE or run the build.ps1 scripts.
Target | Description |
---|---|
M032KI320x240 | Use ILI9431 SPI LCD panel with resistive touch screen(S/W ADC Sampling) |
-
The porting given CONFIG_DISP_LINE_BUFFER_NUMBER to 16 by default. If you need save the memory size, you can re-define it.
#define CONFIG_DISP_LINE_BUFFER_NUMBER 16
-
The partial update approach is applied in this port.