Simplify backlight logic

This commit is contained in:
Juan Antonio
2023-12-04 18:09:27 +01:00
committed by Krzysiek Egzmont
parent 88f7b90237
commit bafe372cbc
6 changed files with 29 additions and 41 deletions

View File

@@ -20,7 +20,7 @@
#include <stdint.h>
#include <stdbool.h>
extern uint16_t gBacklightCountdown;
extern uint16_t gBacklightCountdown_500ms;
extern uint8_t gBacklightBrightness;
#ifdef ENABLE_BLMIN_TMP_OFF
@@ -38,4 +38,3 @@ bool BACKLIGHT_IsOn();
void BACKLIGHT_SetBrightness(uint8_t brigtness);
#endif