Conversation
|
I have changes ready that add a CIRCUITPY_TERMINALIO_VT100 compile flag to disable the new VT100 escape sequence support on all SAMD21 boards using the |
|
It looks like flash is overflowing in some languages for some boards. Maybe the code size is making terminalio just big enough to exceed the flash in certain situations for certain languages. @dhalbert might be able to verify. |
|
I've added the logic to disable the advanced VT100 escape sequence for samd21 boards but haven't utilized it yet so that the overflowing boards could be examined in case there is a better approach to resolve the overflows for the particular boards. |
tannewt
left a comment
There was a problem hiding this comment.
Please do disable this on small boards. No need to add new features to them.
This PR adds
(thinking may be useful after Addding support for inverted tiles in TileGrid #10102)
(allows for somewhat common reset/foreground/background sequence)
ESC[Hwhich does the same thing asESC[0;0H