summaryrefslogtreecommitdiff
path: root/lib/lvgl/examples/layouts/lv_example_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lvgl/examples/layouts/lv_example_layout.h')
m---------lib/lvgl0
-rw-r--r--lib/lvgl/examples/layouts/lv_example_layout.h39
2 files changed, 39 insertions, 0 deletions
diff --git a/lib/lvgl b/lib/lvgl
deleted file mode 160000
-Subproject 0732400e7b564dd0e7dc4a924619d8e19c5b23a
diff --git a/lib/lvgl/examples/layouts/lv_example_layout.h b/lib/lvgl/examples/layouts/lv_example_layout.h
new file mode 100644
index 00000000..2de368bc
--- /dev/null
+++ b/lib/lvgl/examples/layouts/lv_example_layout.h
@@ -0,0 +1,39 @@
+/**
+ * @file lv_example_layout.h
+ *
+ */
+
+#ifndef LV_EXAMPLE_LAYOUT_H
+#define LV_EXAMPLE_LAYOUT_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*********************
+ * INCLUDES
+ *********************/
+#include "flex/lv_example_flex.h"
+#include "grid/lv_example_grid.h"
+
+/*********************
+ * DEFINES
+ *********************/
+
+/**********************
+ * TYPEDEFS
+ **********************/
+
+/**********************
+ * GLOBAL PROTOTYPES
+ **********************/
+
+/**********************
+ * MACROS
+ **********************/
+
+#ifdef __cplusplus
+} /*extern "C"*/
+#endif
+
+#endif /*LV_EXAMPLE_LAYOUT_H*/