mirror of
https://github.com/lsdlsd88/JC4827W543.git
synced 2026-03-23 02:29:25 +00:00
10 lines
111 B
C
10 lines
111 B
C
#if LV_BUILD_TEST
|
|
#include <stdio.h>
|
|
#include "lvgl.h"
|
|
|
|
int main(void) {
|
|
lv_init();
|
|
return 0;
|
|
}
|
|
#endif
|