Files
SmartGrow/libraries/lvgl/tests/makefile/test.c
2024-12-09 19:47:18 +01:00

11 lines
117 B
C

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