Merge branch 'develop' into t-watch-ultra

This commit is contained in:
Manuel
2025-10-03 13:34:24 +02:00
committed by GitHub
131 changed files with 3134 additions and 701 deletions

View File

@@ -692,6 +692,7 @@ void drawChirpy(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int1
textX = (display->getWidth() / 2) - textX_offset - (display->getStringWidth("World!") / 2);
display->drawString(textX, getTextPositions(display)[line++], "World!");
}
} // namespace DebugRenderer
} // namespace graphics
#endif