tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
617 stars 195 forks source link

sh1106: add suport for SH1106 display driver #376

Closed bgould closed 1 year ago

bgould commented 2 years ago

OLED display driver found on boards such as https://www.adafruit.com/product/5100 and https://www.adafruit.com/product/4650

bgould commented 2 years ago

still need to add smoke test(s)

deadprogram commented 1 year ago

Thanks @bgould now merging.