Skip to content

TFT example code using uGFX library with ILI9341 driver - 8-bit parallel type 1 mode

Notifications You must be signed in to change notification settings

fcayci/stm32f1-uGFX

Repository files navigation

stm32f1-uGFX

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

Preinstall

Initialize the uGFX library

  • Run git submodule init
  • Run git submodule update

or

  • Clone the project recursively git clone --recursive https://github.com/fcayci/stm32f1-uGFX

Compile

  • Browse into the directory and run make to compile.
Cleaning...
Building tft.c
   text	   data	    bss	    dec	    hex	filename
    16964	   2112	    292	  19368	   4ba8	tft.elf
Successfully finished...

Program

  • Run make burn to program the chip.
...
Flash written and verified! jolly good!

Debug

  • Run st-util from one terminal
  • Run make debug from a second terminal to debug the program.
  • You can turn off tui layout with tui disable if needed

About

TFT example code using uGFX library with ILI9341 driver - 8-bit parallel type 1 mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published