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

ssd1306: add DrawBitmap() function to complete Displayer interface #671

Closed deadprogram closed 2 months ago

deadprogram commented 2 months ago

This PR adds a DrawBitmap() function to the ssd1306 driver in order to complete the Displayer interface as needed for the Thumby to be added to the board package.

deadprogram commented 2 months ago

Thanks for the feedback and reviews @aykevl and @sago35 now merging.