We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44cca6 commit a35d041Copy full SHA for a35d041
generic/LVGL.hpp
@@ -46,6 +46,10 @@ START_NAMESPACE_DGL
46
# error LV_DEF_REFR_PERIOD must be 1 for DPF builds
47
#endif
48
49
+#if defined(LV_USE_PRIVATE_API) && !LV_USE_PRIVATE_API
50
+# error LV_USE_PRIVATE_API must be set to 1 for DPF builds
51
+#endif
52
+
53
#if LV_USE_STDLIB_MALLOC != LV_STDLIB_CLIB
54
# error LV_USE_STDLIB_MALLOC must be LV_STDLIB_CLIB for DPF builds
55
0 commit comments