Move the side buttons down

This commit is contained in:
Brendan O'Leary 2026-01-02 13:49:14 -05:00
parent 24d7ba8261
commit 72e68e515c

View File

@ -333,7 +333,7 @@ void GfxRenderer::drawSideButtonHints(const int fontId, const char* topBtn, cons
constexpr int buttonHeight = 80; // Height on screen (width when rotated) constexpr int buttonHeight = 80; // Height on screen (width when rotated)
constexpr int buttonX = 5; // Distance from right edge constexpr int buttonX = 5; // Distance from right edge
// Position for the button group - buttons share a border so they're adjacent // Position for the button group - buttons share a border so they're adjacent
constexpr int topButtonY = 320; // Top button position constexpr int topButtonY = 345; // Top button position
const char* labels[] = {topBtn, bottomBtn}; const char* labels[] = {topBtn, bottomBtn};