FreeCalypso > hg > fc-tourmaline
changeset 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 | 6f699aa78431 |
children | a7d9fe97e5b8 |
files | src/ui/mfw/mfw_mme.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui/mfw/mfw_mme.c Tue Apr 06 00:58:11 2021 +0000 +++ b/src/ui/mfw/mfw_mme.c Tue Apr 06 01:01:11 2021 +0000 @@ -170,7 +170,7 @@ /* backlight control internals */ #define LIGHT_LEVEL_OFF 0 -#define LIGHT_LEVEL_LOW 50 +#define LIGHT_LEVEL_LOW 16 #define LIGHT_LEVEL_MAX 255 UBYTE mme_backlight_incall, mme_backlight_notimer;