SHA2017-badge / Firmware

ESP32 firmware for the SHA2017 badge
https://wiki.sha2017.org/w/Badge
Other
83 stars 36 forks source link

BADGE_EINK_LUT_FULL shouldn't do a partial update. #163

Closed basvs closed 7 years ago

basvs commented 7 years ago

This is a behaviour change!! Should be tested!! (but I think it's the right thing to do..)

Kartoffel commented 7 years ago

This is definitely a dangerous one to merge. We'll have to test/fix many apps in the hatchery.

annejan commented 7 years ago

This should nog give any trouble with any apps.

Might make them look crisper though ;)

basvs commented 7 years ago

Almost every app uses the NORMAL or FASTER lut for drawing; only when we want a full update, FULL is used. But what we did wasn't a full update.. I don't think it will give a lot of trouble, just like @annejan said.