sbrin / lopaka

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

Support Inkplate Arduino library (black and white) #141

Closed sbrin closed 3 months ago

sbrin commented 4 months ago

Inkplate Arduino is based on AdafruitGFX and it has the same API.

There is one important difference: the color has several brightness levels

the variable color represents color in grayscale of black mode. 0 represents black, 7 represents white and numbers in between represents shades; 1 is lightest grey, 6 represents darkest grey.

https://inkplate.readthedocs.io/en/latest/arduino.html

At first iteration we support only black and white version.

Please add

The shades of grey are 256/7 and spread proportionally