Rotate button hints to portrait

This commit is contained in:
Maeve Andrews
2026-01-13 16:45:09 -06:00
parent 56ec3dfb6d
commit 950e2648ad
2 changed files with 7 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ class GfxRenderer {
EpdFontFamily::Style style = EpdFontFamily::REGULAR) const;
// UI Components
void drawButtonHints(int fontId, const char* btn1, const char* btn2, const char* btn3, const char* btn4) const;
void drawButtonHints(int fontId, const char* btn1, const char* btn2, const char* btn3, const char* btn4);
void drawSideButtonHints(int fontId, const char* topBtn, const char* bottomBtn) const;
private: