mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Added always ON backlight menu option
This commit is contained in:
@ -23,7 +23,7 @@ uint8_t gBacklightCountdown;
|
||||
|
||||
void BACKLIGHT_TurnOn(void)
|
||||
{
|
||||
if (gEeprom.BACKLIGHT)
|
||||
if (gEeprom.BACKLIGHT > 0)
|
||||
{
|
||||
GPIO_SetBit(&GPIOB->DATA, GPIOB_PIN_BACKLIGHT);
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user