mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-14 17:25:10 +00:00
Add proper scaling for clock
This commit is contained in:
parent
549250b91a
commit
cbdc0e72be
@ -230,6 +230,8 @@ void drawDigitalClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int1
|
||||
|
||||
#ifdef T_WATCH_S3
|
||||
float scale = 1.5;
|
||||
#elif CHATTER_2
|
||||
float scale = 1.1;
|
||||
#else
|
||||
float scale = 0.75;
|
||||
if (isHighResolution) {
|
||||
|
Loading…
Reference in New Issue
Block a user