sbrin / lopaka

Lopaka - Stunning graphics for embedded systems displays
https://lopaka.app
Apache License 2.0
319 stars 19 forks source link

Add Inverted color flag for monochrome modes #49

Closed sbrin closed 4 months ago

sbrin commented 7 months ago

As a user I want to draw any objects on top of other filled area to be visible. Like draw the black text on top of white box.

For u8g2 use u8g2.setDrawColor(2);

Find if Adafruit and FlipperZero has something similar, implement as well

sbrin commented 7 months ago

Maybe use colours feature and provide just two colors for monochrome displays instead of a flag

sbrin commented 4 months ago

Added in https://github.com/sbrin/lopaka/releases/tag/0.4