acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
lv_example_fragment.h (618B)
1 /** 2 * @file lv_example_fragment.h 3 */ 4 #ifndef LV_EXAMPLE_FRAGMENT_H 5 #define LV_EXAMPLE_FRAGMENT_H 6 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 11 /********************* 12 * INCLUDES 13 *********************/ 14 15 /********************* 16 * DEFINES 17 *********************/ 18 19 /********************** 20 * TYPEDEFS 21 **********************/ 22 23 /********************** 24 * GLOBAL PROTOTYPES 25 **********************/ 26 void lv_example_fragment_1(void); 27 28 void lv_example_fragment_2(void); 29 30 /********************** 31 * MACROS 32 **********************/ 33 34 #ifdef __cplusplus 35 } /*extern "C"*/ 36 #endif 37 38 #endif /*LV_EXAMPLE_fragment_H*/