Template for TFT display use on an STM32F107-based board. (Cortex-M3) The display is ILI9341 driver based EasyTFT from mikroelektronika Depends on the uGFX library
- Toolchain - GNU ARM Toolchain
- (Windows only) - MinGW and MSYS
- Programmer & Debugger - STLink
- Run
git submodule init - Run
git submodule update
or
- Clone the project recursively
git clone --recursive https://github.com/fcayci/stm32f1-uGFX
- Browse into the directory and run
maketo compile.
Cleaning...
Building tft.c
text data bss dec hex filename
16964 2112 292 19368 4ba8 tft.elf
Successfully finished...
- Run
make burnto program the chip.
...
Flash written and verified! jolly good!
- Run
st-utilfrom one terminal - Run
make debugfrom a second terminal to debug the program. - You can turn off tui layout with
tui disableif needed