You've already forked TEF6686_ESP32
Fixed big squelch value not showing as a whole
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user