summaryrefslogtreecommitdiff
path: root/lib/lvgl/src/extra/lv_extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lvgl/src/extra/lv_extra.h')
m---------lib/lvgl0
-rw-r--r--lib/lvgl/src/extra/lv_extra.h48
2 files changed, 48 insertions, 0 deletions
diff --git a/lib/lvgl b/lib/lvgl
deleted file mode 160000
-Subproject 0732400e7b564dd0e7dc4a924619d8e19c5b23a
diff --git a/lib/lvgl/src/extra/lv_extra.h b/lib/lvgl/src/extra/lv_extra.h
new file mode 100644
index 00000000..c0306a98
--- /dev/null
+++ b/lib/lvgl/src/extra/lv_extra.h
@@ -0,0 +1,48 @@
+/**
+ * @file lv_extra.h
+ *
+ */
+
+#ifndef LV_EXTRA_H
+#define LV_EXTRA_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*********************
+ * INCLUDES
+ *********************/
+
+#include "layouts/lv_layouts.h"
+#include "libs/lv_libs.h"
+#include "others/lv_others.h"
+#include "themes/lv_themes.h"
+#include "widgets/lv_widgets.h"
+
+/*********************
+ * DEFINES
+ *********************/
+
+/**********************
+ * TYPEDEFS
+ **********************/
+
+/**********************
+ * GLOBAL PROTOTYPES
+ **********************/
+
+/**
+ * Initialize the extra components
+ */
+void lv_extra_init(void);
+
+/**********************
+ * MACROS
+ **********************/
+
+#ifdef __cplusplus
+} /*extern "C"*/
+#endif
+
+#endif /*LV_EXTRA_H*/