No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-04-13 16:16:55 +02:00
examples/oled-tester Fix #37 reported by @lclancey 2021-01-23 14:35:30 +03:00
ssd1306 Added define to set horizontal screen offset 2022-04-13 16:16:55 +02:00
LICENSE Initial commit 2018-03-18 19:01:57 +03:00
README.md Make it more clear why the library works with SSD1309, see #38 2021-01-23 14:46:34 +03:00

stm32-ssd1306

STM32 library for working with OLEDs based on SSD1306, supports I2C and 4-wire SPI. It also works with SH1106, SH1107 and SSD1309 which are compatible with SSD1306.

Please see ssd1306/ssd1306_conf_template.h and examples directory for more details.

See also:

The code is based on 4ilo/ssd1306-stm32HAL library developed by Olivier Van den Eede ( @4ilo ) in 2016.

There is a DuyTrandeLion/nrf52-ssd1309 port to nRF52 of this library made by @DuyTrandeLion in 2020.