txoof / epdlib

Python library for creating and writing modular layouts for e-paper screens
GNU General Public License v3.0
16 stars 8 forks source link

add support for 7 color displays #40

Closed txoof closed 1 year ago

txoof commented 1 year ago

See feature request at PaperPi

txoof commented 1 year ago

Need to find a way to reliably detect if a epd driver supports color. Could be as simple as looking for the EPD class color properties

epdlib.Screen.writeEPD() can handle writing color images to the display provided that the default mode property is overridden with 'RGB'. The default value for the mode is '1' for non HD screens.

txoof commented 1 year ago

added in v0.6