Fixed big squelch value not showing as a whole

This commit is contained in:
MCelliotG
2025-07-21 15:10:09 +03:00
committed by GitHub
parent 0694726b8b
commit 281cfac89f

View File

@@ -727,7 +727,7 @@ void setup() {
PSSprite.setTextDatum(TL_DATUM);
PSSprite.setSwapBytes(true);
SquelchSprite.createSprite(24, 19);
SquelchSprite.createSprite(27, 19);
SquelchSprite.setTextDatum(TL_DATUM);
SquelchSprite.setSwapBytes(true);