mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05: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
|