unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/* Global variable */
extern int button_off_background;
extern int button_on_background;
extern int button_on_light_color;
extern int button_off_light_color;
extern int button_on_dark_color;
extern int button_off_dark_color;
extern int button_on_text_color;
extern int button_on_text_shadow_color;
extern int button_off_text_color;
extern int button_off_text_shadow_color;
extern int geek_area_text_color;
extern int geek_area_color;
extern int geek_area_dark_line;
extern int geek_area_light_line;
extern int app_width;
extern int cpu_bar_color;
extern int tt_bar_color;
extern int st_bar_color;
extern int show_clock;
extern int clock_us;
extern int show_system_info;
extern int show_acc;
/* Function */
extern int prefs_read( void);
extern int prefs_write( void);