Overview of the SPI OLED driver capabilities
masterThe spi_oled example provides a complete graphics stack for SSD1306 displays using the CH32V003 SPI peripheral:
- Low-level Interface: Provides generic SPI port initialization and a write-only transmit interface.
- High-level Graphics Driver: Supports drawing:
- Pixels
- Lines
- Circles
- Rectangles
- 8x8 character font rendering
Supported display dimensions: 64x32, 128x32, and 128x64.