peterhinch / micropython-micro-gui

A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons. See also micropython-touch.
MIT License
247 stars 37 forks source link

Fix ssd1306 driver #16

Closed DusKing1 closed 2 years ago

DusKing1 commented 2 years ago

Fixes https://github.com/peterhinch/micropython-micro-gui/issues/15

Fix SSD1306 driver by adding the missing palette attr.

This might be a dirty/ugly fix as I didn't think it deeply, so any change request is welcome! Thanks again for your awesome work!