1 #ifndef LV_TEST_CONF_MINIMAL_H 2 #define LV_TEST_CONF_MINIMAL_H 3 4 #define LV_MEM_SIZE 65535 5 #define LV_USE_LOG 1 6 #define LV_USE_ASSERT_NULL 0 7 #define LV_USE_ASSERT_MALLOC 0 8 #define LV_USE_ASSERT_MEM_INTEGRITY 0 9 #define LV_USE_ASSERT_OBJ 0 10 #define LV_USE_ASSERT_STYLE 0 11 12 #define LV_USE_BIDI 0 13 #define LV_USE_ARABIC_PERSIAN_CHARS 0 14 15 #define LV_BUILD_EXAMPLES 1 16 17 #define LV_USE_THEME_SIMPLE 1 18 #define LV_USE_THEME_DEFAULT 0 19 20 #define LV_USE_LODEPNG 1 21 #define LV_USE_BMP 1 22 #define LV_USE_RLE 1 23 #define LV_USE_GIF 1 24 #define LV_USE_QRCODE 1 25 26 #endif /* LV_TEST_CONF_MINIMAL_H */ 27