mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-10 07:02:11 +00:00
removed the 3x scale
This commit is contained in:
parent
7fce089540
commit
41c44353f7
@ -445,7 +445,7 @@ static void drawBattery(OLEDDisplay *display, int16_t x, int16_t y, uint8_t *img
|
||||
int scale = 1;
|
||||
|
||||
if (screenWidth >= 200) scale = 2;
|
||||
if (screenWidth >= 300) scale = 3;
|
||||
if (screenWidth >= 300) scale = 2; // Do NOT go higher than 2
|
||||
|
||||
// Draw scaled battery image (16 columns × 8 rows)
|
||||
for (int col = 0; col < 16; col++) {
|
||||
|
Loading…
Reference in New Issue
Block a user