* fix Contrast for Nokia Display #1041
* attempt to fix #1016 by improving inverter status
* added option to adjust effiency for yield (day/total) #1028
This commit is contained in:
lumapu 2023-07-23 18:37:35 +02:00
parent ac57e16902
commit c9d705baa4
10 changed files with 63 additions and 29 deletions

View file

@ -44,7 +44,7 @@ class DisplayMono64X48 : public DisplayMono {
void config(bool enPowerSafe, bool enScreenSaver, uint8_t lum) {
mEnPowerSafe = enPowerSafe;
mEnScreenSaver = enScreenSaver;
mLuminance = lum;
mLuminance = lum * 255 / 100;
}
void loop(void) {