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