https://github.com/anachrocomputer/stm32_ssd1351
Display stuff on a colour OLED from an STM32F103 using the SPI interface
https://github.com/anachrocomputer/stm32_ssd1351
bluepill oled oled-display-ssd1351 spi ssd1351 stm32 stm32f103
Last synced: 8 months ago
JSON representation
Display stuff on a colour OLED from an STM32F103 using the SPI interface
- Host: GitHub
- URL: https://github.com/anachrocomputer/stm32_ssd1351
- Owner: anachrocomputer
- Created: 2023-01-16T21:54:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T22:18:49.000Z (almost 2 years ago)
- Last Synced: 2025-07-25T22:52:35.324Z (10 months ago)
- Topics: bluepill, oled, oled-display-ssd1351, spi, ssd1351, stm32, stm32f103
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# STM32_SSD1351 #
Some STM32 programs to display stuff on a 128x128 pixel
colour OLED display connected to the SPI interface.
There's a 9600 baud serial interface on USART1 (pins PA9 and PA10) which
is used to control the display.
The command 'z' will clear it,
while 'o' will show a pre-generated image.
The command 'u' will switch from manual updates to an automatically-updating
clock display with hours, minutes, and seconds.
'm' will switch back to manual updates.
The style of display is selected by 'v' for VFD, 'w' for LED dots,
'x' for Panaplex, and 'y' for LED bars.
The program is in C and may be compiled with GCC on Linux
(Windows may also work if you have a copy of GNU 'make' installed).
## Chips Supported ##
At present,
there's only support for the STM32F103 on the "Blue Pill" development board
and the STM32F411 on the "Black Pill".
## ARM Toolchain ##
A recent version of GCC for ARM,
such as that installed by the Arduino "stm32duino" toolchain.
You'll also need some files from the ST "STM32CubeF1" repo on GitHub,
such as the linker script.