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_test_init.h (253B)
1 2 #ifndef LV_TEST_INIT_H 3 #define LV_TEST_INIT_H 4 5 #ifdef __cplusplus 6 extern "C" { 7 #endif 8 9 #include <stdio.h> 10 #include <../lvgl.h> 11 12 void lv_test_init(void); 13 void lv_test_deinit(void); 14 15 #ifdef __cplusplus 16 } /*extern "C"*/ 17 #endif 18 19 #endif /*LV_TEST_INIT_H*/ 20