Skip to content

Commit 7e951ff

Browse files
committed
Add lvgl font support.
Signed-off-by: lbuque <1102390310@qq.com>
1 parent 770e402 commit 7e951ff

3 files changed

Lines changed: 1030 additions & 1 deletion

File tree

src/lgfx/v1/LGFXBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@ namespace lgfx
25062506
else
25072507
#endif
25082508
{
2509-
this->_runtime_font.reset(new VLWfont());
2509+
this->_runtime_font.reset(new BFFfont());
25102510
}
25112511

25122512
if (this->_runtime_font->loadFont(data)) {

0 commit comments

Comments
 (0)