You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
master
add-custom-font
v0.0.1
0.2.0-1-gff883042-dev
v0.1.0
v0.1.1
v0.2.0
v0.3.0
v0.3.1
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.7.0
v0.8.0
v0.8.1
${ noResults }
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
|