Skip to content

Commit

Permalink
simple_display: fix open device
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Aug 8, 2023
1 parent aab40f6 commit 92ac158
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
#if BOXMODEL_VUULTIMO || BOXMODEL_VUPLUS_ARM || BOXMODEL_E4HDULTRA
return;
#else
int fd = dev_open();
Expand Down

0 comments on commit 92ac158

Please sign in to comment.