This is a test to attempt getting a Squareline Studio exported UI hooked up to an M5Dial (ESP32).
- Created test UI. See Squareline Studio Project File
- Exported UI to the src directory (components, fonts, lvgl, ui*.c, etc..)
- Copied
lv_conf_template.h
to./src/lv_conf.h
alongside thelvgl
directory - Set
#if 1 /*Set it to "1" to enable content*/
from0
to1
- Calling
ui_init();
from the<ui.h>
Squareline include causes a blinking black screen with no graphics