Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdbeal/pico-ssd1306-oled
RP2040 Library for controlling an I2C 128X64 OLED Display Module driven by the SSD1306 controller using the pico-sdk
https://github.com/pdbeal/pico-ssd1306-oled
arm-none-eabi-gcc pico pico-sdk raspberry-pi-pico rp2040 ssd1306 ssd1306-oled
Last synced: 4 days ago
JSON representation
RP2040 Library for controlling an I2C 128X64 OLED Display Module driven by the SSD1306 controller using the pico-sdk
- Host: GitHub
- URL: https://github.com/pdbeal/pico-ssd1306-oled
- Owner: PDBeal
- License: gpl-3.0
- Created: 2024-02-11T01:07:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T15:58:09.000Z (9 months ago)
- Last Synced: 2024-02-12T02:25:18.318Z (9 months ago)
- Topics: arm-none-eabi-gcc, pico, pico-sdk, raspberry-pi-pico, rp2040, ssd1306, ssd1306-oled
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSD1306 Library
RP2040 library for controlling an I2C 128X64 OLED Display Module driven by the SSD1306 controller using the pico-sdkCode was borrowed from https://github.com/gavinlyonsrepo/SSD1306_OLED_RPI and adapted for the Raspberry Pi Pico I2C libraries that are part of the pico-sdk.