comparison src/ui/mfw/mfw_mme.c @ 203:45455ba52f9d

mfw_mme.c: set LIGHT_LEVEL_LOW to 16 for better visual distinction
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Apr 2021 01:01:11 +0000
parents f51fb87f4ae1
children adfdbcd360fd
comparison
equal deleted inserted replaced
202:6f699aa78431 203:45455ba52f9d
168 static U8 battState = 0; /* state of power supply */ 168 static U8 battState = 0; /* state of power supply */
169 static U16 hdsPresence = 0; /* headset presence */ 169 static U16 hdsPresence = 0; /* headset presence */
170 170
171 /* backlight control internals */ 171 /* backlight control internals */
172 #define LIGHT_LEVEL_OFF 0 172 #define LIGHT_LEVEL_OFF 0
173 #define LIGHT_LEVEL_LOW 50 173 #define LIGHT_LEVEL_LOW 16
174 #define LIGHT_LEVEL_MAX 255 174 #define LIGHT_LEVEL_MAX 255
175 175
176 UBYTE mme_backlight_incall, mme_backlight_notimer; 176 UBYTE mme_backlight_incall, mme_backlight_notimer;
177 static U8 current_backlight_level; 177 static U8 current_backlight_level;
178 178