From deebafa3133c88bbbb4fa941beebc91075ec83bb Mon Sep 17 00:00:00 2001 From: H4W9 Date: Tue, 7 Apr 2026 08:28:05 -0500 Subject: [PATCH] Update MenuFunctions.cpp Why not finish the job if I start it... --- esp32_marauder/MenuFunctions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esp32_marauder/MenuFunctions.cpp b/esp32_marauder/MenuFunctions.cpp index 082c933..3f27985 100644 --- a/esp32_marauder/MenuFunctions.cpp +++ b/esp32_marauder/MenuFunctions.cpp @@ -3587,7 +3587,8 @@ void MenuFunctions::changeMenu(Menu* menu, bool simple_change) { display_obj.init(); #ifdef HAS_ILI9341 - backlightOn(); + extern void backlightOn(); + backlightOn(); #endif } current_menu = menu;