TDeck Brightness Works in TFT Builds

This commit is contained in:
Jason P 2025-07-14 18:20:18 -05:00
parent a34121cfb1
commit 6817257e82

View File

@ -924,9 +924,7 @@ void menuHandler::screenOptionsMenu()
{
// Check if brightness is supported
bool hasSupportBrightness = false;
#if (defined(ST7789_CS) || defined(USE_OLED) || defined(USE_SSD1306) || defined(USE_SH1106) || defined(USE_SH1107) || \
HAS_TFT) && \
(!defined(T_DECK))
#if defined(ST7789_CS) || defined(USE_OLED) || defined(USE_SSD1306) || defined(USE_SH1106) || defined(USE_SH1107) || HAS_TFT
hasSupportBrightness = true;
#endif