Closed antnks closed 9 months ago
Find a better way to convert PNG to a 2-color PBM.
Currently red color must be FF0000. Anything slightly different will become black.
Ex, FE0000 should be red, not black
Implemented in https://github.com/antnks/e-ink-calendar-esp32/commit/b6b990a448f6ec27458a7f30e7c3fdef6d3a4689
Find a better way to convert PNG to a 2-color PBM.
Currently red color must be FF0000. Anything slightly different will become black.
Ex, FE0000 should be red, not black