Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1023 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1023 Bytes

stm32-ssd1306

FOSSA Status

stm32-ssd1306 project is aimed at the SSD1306 based 128x32 OLED display connected over I²C to the STM32F1x MCU.

Original code was taken from Tilen Majerle.

Changes in the stm32-ssd1306:

  • updated to be based on the original STM32 HAL Drivers.
  • initial SSD1306 sequence was fixed and updated to the 128x32 OLED display.
  • code cleaned-up and aligned to the C11.
  • expected SSD1306 I²C address is 0x3C, could be changed by re-defining SSD1306_I2C_ADDR macro.

License

FOSSA Status