Minor TFT branch synch (#5706)

This commit is contained in:
Tom Fifield
2025-01-01 03:15:01 +11:00
committed by GitHub
parent 8b34c4ff05
commit fdcc0e12aa
7 changed files with 17 additions and 11 deletions

View File

@@ -982,6 +982,7 @@ bool CannedMessageModule::interceptingKeyboardInput()
}
}
#if !HAS_TFT
void CannedMessageModule::drawFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y)
{
char buffer[50];
@@ -1140,6 +1141,7 @@ void CannedMessageModule::drawFrame(OLEDDisplay *display, OLEDDisplayUiState *st
}
}
}
#endif //! HAS_TFT
ProcessMessage CannedMessageModule::handleReceived(const meshtastic_MeshPacket &mp)
{