Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Allie
f0a1c6e61f
Format 2025-12-26 10:49:56 +10:00
Brendan O'Leary
388d67d0e8 Remove unused variables 2025-12-25 19:42:52 -05:00
2 changed files with 1 additions and 3 deletions

View File

@ -244,7 +244,7 @@ void GfxRenderer::drawButtonHints(const int fontId, const char* btn1, const char
const int pageHeight = getScreenHeight();
constexpr int buttonWidth = 106;
constexpr int buttonHeight = 40;
constexpr int buttonY = 40; // Distance from bottom
constexpr int buttonY = 40; // Distance from bottom
constexpr int textYOffset = 5; // Distance from top of button to text baseline
constexpr int buttonPositions[] = {25, 130, 245, 350};
const char* labels[] = {btn1, btn2, btn3, btn4};

View File

@ -337,8 +337,6 @@ void CrossPointWebServerActivity::render() const {
}
void CrossPointWebServerActivity::renderServerRunning() const {
const auto pageHeight = renderer.getScreenHeight();
// Use consistent line spacing
constexpr int LINE_SPACING = 28; // Space between lines