Replies: 4 comments
-
The |
Beta Was this translation helpful? Give feedback.
-
But most are in there: https://raw.githubusercontent.com/russhughes/st7789_mpy/master/docs/vga2_8x8.png |
Beta Was this translation helpful? Give feedback.
-
OK so ASCII is only 7 bits. Latin-1, then.
This is Python on my computer, I'll give it another try on the ESP32 in about 12 hrs. |
Beta Was this translation helpful? Give feedback.
-
https://en.wikipedia.org/wiki/Code_page_437
Micropython:
It should raise an error instead of ignoring the Regardless, I know what the problem is now, thanks. |
Beta Was this translation helpful? Give feedback.
-
The following does not display properly:
Neither does
>>> display.text(vga2_8x8, b"AOU ÄÖÜ äöüß áàâ".decode('ascii'), 0, y, st7789.RED)
What's wrong?
Beta Was this translation helpful? Give feedback.
All reactions