Add proper scaling for clock

This commit is contained in:
Jason P 2025-07-02 23:37:52 -05:00
parent 549250b91a
commit cbdc0e72be

View File

@ -230,6 +230,8 @@ void drawDigitalClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int1
#ifdef T_WATCH_S3 #ifdef T_WATCH_S3
float scale = 1.5; float scale = 1.5;
#elif CHATTER_2
float scale = 1.1;
#else #else
float scale = 0.75; float scale = 0.75;
if (isHighResolution) { if (isHighResolution) {