This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
lvgl
Watch
1
Star
0
Fork
0
You've already forked lvgl
mirror of
https://github.com/lvgl/lvgl.git
synced
2025-01-28 07:03:00 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
lvgl
/
tests
/
makefile
/
test.c
9 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
ci add Makefile test
2022-04-29 19:38:04 -04:00
#
include
<stdio.h>
#
include
"lvgl/lvgl.h"
fix(format): check more source code (#3493) and sync .pre-commit-config.yaml with scripts/code-format.py Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 21:28:16 +08:00
int
main
(
void
)
{
ci add Makefile test
2022-04-29 19:38:04 -04:00
lv_init
(
)
;
return
0
;
}
Reference in New Issue
Copy Permalink