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

waveshare colors do not match HTML colors #48

Closed txoof closed 6 months ago

txoof commented 1 year ago

Orange and Green don't match. Need to add a check/convert for this

Name PILLOW RGB WaveShare HEX Waveshare RGB Variant
BLACK (0, 0, 0) 0X0 (0, 0, 0)
WHITE (255, 255, 255) 0X1 (255, 255, 255)
GREEN (0, 128, 0) 0X2 (0, 255, 0) ✔️
BLUE (0, 0, 255) 0X3 (0, 0, 255)
RED (255, 0, 0) 0X4 (255, 0, 0)
YELLOW (255, 255, 0) 0X4 (255, 255, 0)
ORANGE (255, 165, 0) 0X5 (255, 128, 0) ✔️
txoof commented 1 year ago

should be resolved in 08ea237303507d26ebf20803f26510ef812e6436