(05-24-2023, 04:49 AM)WhiteHexagon Wrote: how does it map to the lvgldemo.c 'main' function?
Let's walk through the steps from NuttX Startup to our LVGL Demo (lvgldemo_main)...
NuttX Boot Sequence: Part 1
NuttX Boot Sequence: Part 2
Then nx_bringup calls...
- nx_create_initthread, which calls...
- nx_start_application, which calls...
- CONFIG_INIT_ENTRYNAME, which maps to...
- lvgldemo_main
Which starts our LVGL Demo App. Yeah sorry for the long call chain :-)
(05-24-2023, 04:49 AM)WhiteHexagon Wrote: btw I found using the PP without battery seems to be the optimal way to develop?
Yep it probably works fine for LVGL Apps. But later when we test the LTE Modem, it won't work because the LTE Modem is powered directly by the battery :-)