Qr stuff (#32)

QRs are now scanned and decoded, but they aren't downloaded.
This commit is contained in:
Alex Taber
2017-09-03 12:52:02 -04:00
committed by GitHub
parent 9a34a17fe8
commit b7d15da092
16 changed files with 3166 additions and 7 deletions

View File

@@ -29,10 +29,13 @@
#include "themes.h"
#include "splashes.h"
#include "camera.h"
void init_screens(void);
void exit_screens(void);
void draw_base_interface(void);
void draw_qr(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);
void draw_splash_install(int install_type);