1 2 3 4 5 6 7 8 9 10
#if LV_BUILD_TEST #include <stdio.h> #include "../../lvgl.h" int main(void) { lv_init(); return 0; } #endif