From 10ecea62c189d4bd8a7158bfd1d1347add2bf217 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu, 15 May 2025 06:54:48 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20'PIN=5FEXIST'=20typo=20(#2?= =?UTF-8?q?7856)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/lcd/marlinui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/marlinui.cpp b/Marlin/src/lcd/marlinui.cpp index 28697affab..991a4f549c 100644 --- a/Marlin/src/lcd/marlinui.cpp +++ b/Marlin/src/lcd/marlinui.cpp @@ -1224,7 +1224,7 @@ void MarlinUI::init() { #ifdef NEOPIXEL_BKGD_INDEX_FIRST neo.set_background_off(); neo.show(); - #elif PIN_EXIST(LCD_BACKLIGHT) + #elif PIN_EXISTS(LCD_BACKLIGHT) WRITE(LCD_BACKLIGHT_PIN, LOW); // Backlight off #endif backlight_off_ms = 0;