Skip to content

Commit

Permalink
turn off hdmi display for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Greening committed Dec 10, 2024
1 parent 6edbfb4 commit e0d1e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void setup(void)
#ifdef TFT_ILI9341
Display *tft = new ILI9341(TFT_CS, TFT_DC, TFT_RST, TFT_BL, TFT_WIDTH, TFT_HEIGHT);
#endif
HDMIDisplay *hdmiDisplay = new HDMIDisplay(GPIO_NUM_7);
HDMIDisplay *hdmiDisplay = nullptr; // new HDMIDisplay(GPIO_NUM_7);
// navigation stack
NavigationStack *navigationStack = new NavigationStack(tft, hdmiDisplay);
// Audio output
Expand Down

0 comments on commit e0d1e41

Please sign in to comment.