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_style.h (980B)

      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 
     43 /**********************
     44  *      MACROS
     45  **********************/
     46 
     47 #ifdef __cplusplus
     48 } /*extern "C"*/
     49 #endif
     50 
     51 #endif /*LV_EXAMPLE_STYLE_H*/