blob: afc24470dc5ff8f4e81df77e401a4d5ed6595dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#define LV_MEM_SIZE 65535
#define LV_USE_LOG 1
#define LV_USE_ASSERT_NULL 0
#define LV_USE_ASSERT_MALLOC 0
#define LV_USE_ASSERT_MEM_INTEGRITY 0
#define LV_USE_ASSERT_OBJ 0
#define LV_USE_ASSERT_STYLE 0
#define LV_USE_BIDI 0
#define LV_USE_ARABIC_PERSIAN_CHARS 0
#define LV_BUILD_EXAMPLES 1
#define LV_USE_THEME_SIMPLE 1
#define LV_USE_THEME_DEFAULT 0
#define LV_USE_LODEPNG 1
#define LV_USE_BMP 1
#define LV_USE_RLE 1
#define LV_USE_GIF 1
#define LV_USE_QRCODE 1
|