STM32U575 - 240x240 TFT LCD - ST7789 - LVGL
Include the following features:
- NUCLEO-U575ZI-Q
- LVGL graphics library
- 240x240 LCD display with ST7789 driver
- UART debug/control
- UART CLI
- User Button
- LED control
- Bare metal
- Build/Debug/Develop environment using VS Code
- CI Scripts / Github workflow integration
- Unit Testing (ceedling)
- Integrate file system library and add ability to read/write files from the uSD card on the LCD board.
- STM32U575 Datasheet
- NUCLEO-U575I-Q Schematic
- STM32U5 Nucleo-144 board User Manual
- Adafruit 1.3" and 1.54" 240x240 Wide Angle TFT LCD Displays Pinouts
- Excellent tutorial configuring an STM32CubeMx-generated project to run on VS Code, use CMake, and GDB