1 /** 2 * @file lv_example_style.h 3 * 4 */ 5 6 #ifndef LV_EXAMPLE_STYLE_H 7 #define LV_EXAMPLE_STYLE_H 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 /********************* 14 * INCLUDES 15 *********************/ 16 17 /********************* 18 * DEFINES 19 *********************/ 20 21 /********************** 22 * TYPEDEFS 23 **********************/ 24 25 /********************** 26 * GLOBAL PROTOTYPES 27 **********************/ 28 void lv_example_style_1(void); 29 void lv_example_style_2(void); 30 void lv_example_style_3(void); 31 void lv_example_style_4(void); 32 void lv_example_style_5(void); 33 void lv_example_style_6(void); 34 void lv_example_style_7(void); 35 void lv_example_style_8(void); 36 void lv_example_style_9(void); 37 void lv_example_style_10(void); 38 void lv_example_style_11(void); 39 void lv_example_style_12(void); 40 void lv_example_style_13(void); 41 void lv_example_style_14(void); 42 void lv_example_style_15(void); 43 44 /********************** 45 * MACROS 46 **********************/ 47 48 #ifdef __cplusplus 49 } /*extern "C"*/ 50 #endif 51 52 #endif /*LV_EXAMPLE_STYLE_H*/ 53