Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vookimedlo/stm32-ssd1306
stm32-ssd1306 project is aimed at the SSD1306 based 128x32 OLED display connected over I²C to the STM32F1x MCU.
https://github.com/vookimedlo/stm32-ssd1306
controller oled-display-ssd1306 ssd1306 stm32f1 stm32f103
Last synced: 16 days ago
JSON representation
stm32-ssd1306 project is aimed at the SSD1306 based 128x32 OLED display connected over I²C to the STM32F1x MCU.
- Host: GitHub
- URL: https://github.com/vookimedlo/stm32-ssd1306
- Owner: vookimedlo
- License: mit
- Created: 2019-12-14T13:42:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T21:26:47.000Z (about 5 years ago)
- Last Synced: 2024-11-16T20:35:03.495Z (3 months ago)
- Topics: controller, oled-display-ssd1306, ssd1306, stm32f1, stm32f103
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stm32-ssd1306
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvookimedlo%2Fstm32-ssd1306.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvookimedlo%2Fstm32-ssd1306?ref=badge_shield)**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.
- https://github.com/MaJerle/stm32fxxx-hal-libraries
- 865b030b8bec70d3e1ed6251f845884143189d99Changes 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](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvookimedlo%2Fstm32-ssd1306.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvookimedlo%2Fstm32-ssd1306?ref=badge_large)