mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
update lvgl simulator on ubuntu
This commit is contained in:
10
lv_sim_linux/lvgl/tests/makefile/test.c
Normal file
10
lv_sim_linux/lvgl/tests/makefile/test.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#if LV_BUILD_TEST
|
||||
#include <stdio.h>
|
||||
#include "../../lvgl.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
lv_init();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user