circuitpython/shared-module/lvfontio
Scott Shawcroft 1cb188d6d3
Add native support for LVGL binary fonts on disk
This allows the terminal to use a font from the disk at
/fonts/terminal.lvfontbin for languages that need more
characters than we want to ship.

TileGrid now support 16bit indices as well.

Font files for use with it are generated by the GitHub actions
here:
https://github.com/adafruit/circuitpython-font-generator
2025-03-28 15:54:41 -07:00
..
__init__.c Add native support for LVGL binary fonts on disk 2025-03-28 15:54:41 -07:00
OnDiskFont.c Add native support for LVGL binary fonts on disk 2025-03-28 15:54:41 -07:00
OnDiskFont.h Add native support for LVGL binary fonts on disk 2025-03-28 15:54:41 -07:00