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_demo_keypad_encoder.h (627B)
1 /** 2 * @file lv_demo_keypad_encoder.h 3 * 4 */ 5 6 #ifndef LV_DEMO_KEYPAD_ENCODER_H 7 #define LV_DEMO_KEYPAD_ENCODER_H 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 /********************* 14 * INCLUDES 15 *********************/ 16 #include "../lv_demos.h" 17 18 /********************* 19 * DEFINES 20 *********************/ 21 22 /********************** 23 * TYPEDEFS 24 **********************/ 25 26 /********************** 27 * GLOBAL PROTOTYPES 28 **********************/ 29 void lv_demo_keypad_encoder(void); 30 31 /********************** 32 * MACROS 33 **********************/ 34 35 #ifdef __cplusplus 36 } /* extern "C" */ 37 #endif 38 39 #endif /*LV_DEMO_KEYPAD_ENCODER_H*/