Skip to content

Commit a12c8c7

Browse files
committed
lvgl: found a way to automatically select lvgl9
1 parent 0da4e20 commit a12c8c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/Arduino_H7_Video/src/lv_conf.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//#if (LVGL_VERSION_MAJOR == 9)
2-
// TODO: find a way to autodiscover lvgl version
3-
#if (0)
2+
#if __has_include("draw/sw/blend/neon/lv_blend_neon.h")
43
#include "lv_conf_9.h"
54
#else
65
#include "lv_conf_8.h"

0 commit comments

Comments
 (0)