Files
Power-Pico/lv_sim_linux/lvgl/tests/makefile/test.c
2025-09-11 16:36:41 +08:00

11 lines
117 B
C

#if LV_BUILD_TEST
#include <stdio.h>
#include "../../lvgl.h"
int main(void)
{
lv_init();
return 0;
}
#endif