fixed T-deck_gps tft

This commit is contained in:
richonguzman 2025-01-02 11:05:13 -03:00
parent 9eaa7164ea
commit c425a9adc5
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ void drawSymbol(int symbolIndex, bool bluetoothActive) {
void displayShow(const String& header, const String& line1, const String& line2, const String& line3, const String& line4, const String& line5, int wait) {
#ifdef HAS_TFT
#if defined(TTGO_T_DECK_PLUS)
#if defined(TTGO_T_DECK_GPS) || defined(TTGO_T_DECK_PLUS)
draw_T_DECK_Top();//header, line1, line2);
draw_T_DECK_Body(header, line1, line2, line3, line4, line5);
#endif