Slightly improve QR code speed

This commit is contained in:
2017-09-08 23:26:49 -04:00
parent d3aa231c3f
commit 97ab2307f8
6 changed files with 56 additions and 59 deletions

View File

@@ -35,7 +35,6 @@ void init_screens(void);
void exit_screens(void);
void draw_themext_error(void);
void draw_qr(void);
void draw_base_interface(void);
void draw_theme_install(int install_type);
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode, int shuffle_theme_count);