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

pixel: add support for Monochrome types such as the SSD1306 #663

Closed deadprogram closed 2 months ago

deadprogram commented 4 months ago

This PR extends the pixel package to add support for a new type Monochrome for displays such as the SSD1306.

deadprogram commented 2 months ago

Now merging, thanks for all the feedback @aykevl