You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.md | 1 year ago | |
| inter_20.bin | 1 year ago | |
README.md
Fonts
Generated with https://lvgl.io/tools/fontconverter
inter_20.bin: 20px 4 bpp font
Adding a custom font to the binary:
highlevel
- Create
lv_font_my_26.cusing tool above - add font to lvgl/src/font
- update lvgl.h with
#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(lv_font_my_26) - Build and import using
lv.font_my_26