* Heltec Wireless Tracker fixes: getTextWidth() missing, PIN_BOARD_SDA/SCL

This commit is contained in:
Scott Powell
2025-05-08 12:42:28 +10:00
parent 0e208f01cd
commit 7a7f436921
3 changed files with 10 additions and 0 deletions

View File

@@ -32,5 +32,6 @@ public:
void fillRect(int x, int y, int w, int h) override;
void drawRect(int x, int y, int w, int h) override;
void drawXbm(int x, int y, const uint8_t* bits, int w, int h) override;
uint16_t getTextWidth(const char* str) override;
void endFrame() override;
};