UTF-8 font in UiFlow 2?
-
Hello,
I am trying to render some German text (or Spanish, or French), and I noticed that UiFlow2 is lacking the UiFlow Unicode24 font. I see fonts for Chinese, Japanese, and Korean, but not a generic Unicode one anymore.What is the recommended approach to render European languages?
In general is there a way/code-snippet to store some fonts in the filesystem and load them at runtime?
-
@rodrigob For info I managed to get things going by patching https://github.com/m5stack/uiflow-micropython/ to add the Unicode font from examples/Advanced/Display/Display_Unicode in the firmware.