robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
75 stars 16 forks source link

More flexible palette options #87

Closed missionfloyd closed 1 year ago

missionfloyd commented 1 year ago

Adds support for HTML color codes and color names, in addition to the RGB lists it uses now.

[255, 0, 0], [0, 255, 0], [0, 0, 255] (with or without brackets) red, green, blue #ff0000, #00ff00, #0000ff Or any combination thereof.

robweber commented 1 year ago

This is awesome, I'll test it out and get it merged.