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
585 stars 180 forks source link

adafruit4650: support for Adafruit 4650 feather OLED 128x64 #602

Closed trichner closed 9 months ago

trichner commented 9 months ago

This is a somewhat simple driver supporting the https://www.adafruit.com/product/4650

I've considered to do a more generic driver for the builtin display driver, but it got very quickly very complicated due to all the possible RAM layouts and boot sequences.

trichner commented 9 months ago

@deadprogram any interest?

deadprogram commented 9 months ago

Thank you very much for adding this new driver @trichner now merging.

trichner commented 9 months ago

Thanks!