We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da4e20 commit a12c8c7Copy full SHA for a12c8c7
libraries/Arduino_H7_Video/src/lv_conf.h
@@ -1,6 +1,5 @@
1
//#if (LVGL_VERSION_MAJOR == 9)
2
-// TODO: find a way to autodiscover lvgl version
3
-#if (0)
+#if __has_include("draw/sw/blend/neon/lv_blend_neon.h")
4
#include "lv_conf_9.h"
5
#else
6
#include "lv_conf_8.h"
0 commit comments