mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
10 lines
116 B
C
10 lines
116 B
C
#if LV_BUILD_TEST
|
|
#include <stdio.h>
|
|
#include "lvgl/lvgl.h"
|
|
|
|
int main(void) {
|
|
lv_init();
|
|
return 0;
|
|
}
|
|
#endif
|