Add "Brightness" to Tune menu
This commit is contained in:
parent
0ed4a23ae7
commit
d7b12faa95
|
|
@ -7119,7 +7119,12 @@ static void lcd_tune_menu()
|
||||||
default:
|
default:
|
||||||
MENU_ITEM_FUNCTION_P(_i(MSG_SOUND_MODE_LOUD),lcd_sound_state_set);
|
MENU_ITEM_FUNCTION_P(_i(MSG_SOUND_MODE_LOUD),lcd_sound_state_set);
|
||||||
}
|
}
|
||||||
|
#ifdef LCD_BL_PIN
|
||||||
|
if (backlightSupport)
|
||||||
|
{
|
||||||
|
MENU_ITEM_SUBMENU_P(_i("Brightness"), lcd_backlight_menu);
|
||||||
|
}
|
||||||
|
#endif //LCD_BL_PIN
|
||||||
MENU_END();
|
MENU_END();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue