Merge pull request #863 from MCelliotG/main

Fixed big squelch value not showing as a whole
This commit is contained in:
Sjef Verhoeven PE5PVB
2025-07-21 14:14:47 +02:00
committed by GitHub

View File

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