Closed loiccoyle closed 9 months ago
When using the 1st revision black and white display, the lut arg is missing in the init function.
lut
init
See: https://github.com/loiccoyle/tinyticker/blob/main/tinyticker/waveshare_lib/epd2in13.py#L153
lut should be made optional.
closed by https://github.com/loiccoyle/tinyticker/commit/f9c97853608126f4db69c4281e6b9b2e5f65e883
When using the 1st revision black and white display, the
lut
arg is missing in theinit
function.See: https://github.com/loiccoyle/tinyticker/blob/main/tinyticker/waveshare_lib/epd2in13.py#L153
lut
should be made optional.