Recently visited
Featured Projects
Web Applications
Links
Other Projects
- Chainsaw Bike
- STM32F429 LCD Example
- My PHP Content Managing System
- PHP image handler
- Flyback-transformer driver
- Atari Punk Console
- Teensy - ESP8266 - Interface
- Charging station
- 4-bit Adder
Meta
STM32F429 Discovery board LCD example
Jun 2016One of my favorite features of the STM32F429 discovery board is the TFT-LCD display. After setting up the programming IDE I started looking at the code examples given by ST. One code example caught my eye: The "LTDC_Display_2Layers" project.
I imported the project as explained in my STM32F4 Tutorial and modified the code so that instead of the two ST logos moving around on the screen, a jumping monoclecat is displayed. When you press the "USER" button, the cat jumps higher.
Open source
The source code is available on my Github repository.