Skip to content

Display stuff on a monochrome OLED from an STM32F103 using the I2C interface

Notifications You must be signed in to change notification settings

anachrocomputer/STM32_I2C_OLED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32_I2C_OLED

An STM32F103 "Blue Pill" program to display stuff on a 128x32 pixel OLED display connected to the I2C 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.

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.

About

Display stuff on a monochrome OLED from an STM32F103 using the I2C interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published