If your post does not need to be archived, please use the CBPS Discord:https://discord.gg/kHxwPvs
#include <lv_vita.h>#include <lv_examples.h>int main(int argc, char *argv[]) { lv_vita_init(); lv_demo_benchmark(); while(1) { lv_vita_loop(); } return 0;}
add_subdirectory(vendor/lvgl)target_link_libraries(${PROJECT_NAME} lvgl)