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