Persist display intensity to EEPROM

This commit is contained in:
Mark Qvist 2023-05-03 14:05:49 +02:00
parent 7e86873ead
commit 7274a6cc70
4 changed files with 13 additions and 0 deletions

View file

@ -134,6 +134,8 @@ bool display_init() {
disp_area.cp437(true);
display.cp437(true);
display_intensity = EEPROM.read(eeprom_addr(ADDR_CONF_DINT));
return true;
}
#else