Improved custom font support #43

Open
opened 2021-03-06 22:02:28 +00:00 by rafaelcaricio · 0 comments
rafaelcaricio commented 2021-03-06 22:02:28 +00:00 (Migrated from github.com)

There is a new feature of LVGL C library that looks very cool on version 7.4.0:

Add lv_font_load() function - Loads a lv_font_t object from a binary font file
Add lv_font_free() function - Frees the memory allocated by the lv_font_load() function

This would enable us to load a custom function completely safe.

There is a new feature of LVGL C library that looks very cool on version [7.4.0](https://github.com/lvgl/lvgl/releases/tag/v7.4.0): > Add lv_font_load() function - Loads a lv_font_t object from a binary font file > Add lv_font_free() function - Frees the memory allocated by the lv_font_load() function This would enable us to load a custom function completely safe.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rafaelcaricio/lvgl-rs#43
No description provided.