1 /**
2  * @file lv_example_others.h
3  *
4  */
5 
6 #ifndef LV_EXAMPLE_OTHERS_H
7 #define LV_EXAMPLE_OTHERS_H
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 /*********************
14  *      INCLUDES
15  *********************/
16 #include "file_explorer/lv_example_file_explorer.h"
17 #include "font_manager/lv_example_font_manager.h"
18 #include "fragment/lv_example_fragment.h"
19 #include "gridnav/lv_example_gridnav.h"
20 #include "ime/lv_example_ime_pinyin.h"
21 #include "imgfont/lv_example_imgfont.h"
22 #include "monkey/lv_example_monkey.h"
23 #include "observer/lv_example_observer.h"
24 #include "snapshot/lv_example_snapshot.h"
25 #include "gestures/lv_example_gestures.h"
26 #include "xml/lv_example_xml.h"
27 
28 /*********************
29  *      DEFINES
30  *********************/
31 
32 /**********************
33  *      TYPEDEFS
34  **********************/
35 
36 /**********************
37  * GLOBAL PROTOTYPES
38  **********************/
39 
40 /**********************
41  *      MACROS
42  **********************/
43 
44 #ifdef __cplusplus
45 } /*extern "C"*/
46 #endif
47 
48 #endif /*LV_EXAMPLE_OTHERS_H*/
49