From 7baa162745d9fca50789d597329ebf096645c573 Mon Sep 17 00:00:00 2001 From: BPanther Date: Sat, 8 Jun 2024 00:47:29 +0200 Subject: [PATCH] small fix --- src/driver/simple_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/simple_display.cpp b/src/driver/simple_display.cpp index 976473a3e..415a2c913 100644 --- a/src/driver/simple_display.cpp +++ b/src/driver/simple_display.cpp @@ -1004,7 +1004,7 @@ void CLCD::ShowIcon(fp_icon i, bool on) void CLCD::ShowText(const char *str, bool update_timestamp) { -#if BOXMODEL_VUULTIMO || BOXMODEL_VUPLUS_ARM || BOXMODEL_E4HDULTRA +#if BOXMODEL_VUULTIMO || BOXMODEL_VUPLUS_ARM || BOXMODEL_E4HDULTRA || BOXMODEL_DREAMBOX_ARM return; #else int fd = dev_open();