Simplify backlight logic
This commit is contained in:
committed by
Krzysiek Egzmont
parent
88f7b90237
commit
bafe372cbc
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user