Minimal ST7789 driver and demo for STM32F103 using HAL SPI.
- ST7789 init sequence for 240x240 panels
- Basic fill and pixel drawing
- CubeMX-generated project layout
- MCU: STM32F103
- Display: ST7789 240x240 (SPI)
This is a CubeMX-generated project. Build it with your preferred toolchain (e.g. STM32CubeIDE or CMake/Ninja if configured).
- Configure SPI and GPIO pins in CubeMX to match your wiring.
- Build and flash the project.
- The demo initializes the screen and fills a color.
This project is based on Floyd-Fish's ST7789 STM32 driver: https://github.com/Floyd-Fish/ST7789-STM32
This repository is licensed under GPL-3.0 to comply with the upstream license. See the LICENSE file for details.