Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-sdk

Code 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.