Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 7, 2024
1 parent fa309e0 commit 7baa162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/simple_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7baa162

Please sign in to comment.