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