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

@@ -105,7 +105,7 @@ int main(void)
if (qr_mode)
{
draw_qr();
take_picture();
} else if (!splash_mode)
{
draw_theme_interface(themes_list, theme_count, selected_theme, preview_mode, shuffle_theme_count);