What do you want to achieve?
I am getting started with the LVGL Editor, and wanted to play with it, for just starting purpose I wanted to create some labels and control label properties with it. But I am not able to find a way from where I can use the LVGL inbuilt fonts
What have you tried so far?
Stripped down example projects, but they use external fonts; I want to use the LVGL library’s internal fonts.
Code to reproduce
<screen>
<styles>
<style name="main" text_font="montserrat_46"/>
</styles>
<view width="100%" height="100%">
<lv_label style_text_font="main" text="Hello World Using LVGL Editor" align="center"/>
</view>
</screen>
I used above code, but getting error due to the font, how to include LVGL bigger fonts.
Environment
Right now I am just using the LVGL Editor environment only.