Files
Power-Pico/lv_sim_linux/lvgl/tests/makefile/test.c

11 lines
117 B
C
Raw Normal View History

2025-09-11 16:36:41 +08:00
#if LV_BUILD_TEST
#include <stdio.h>
#include "../../lvgl.h"
int main(void)
{
lv_init();
return 0;
}
#endif