Merge branch 'next' into touch_return_option

This commit is contained in:
GullCode 2022-05-03 14:31:03 +02:00 committed by GitHub
commit 0580a528e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 535 additions and 87 deletions

View file

@ -79,6 +79,8 @@ void set_config_cpld(uint8_t i);
bool config_splash();
bool show_gui_return_icon();
bool load_app_settings();
bool save_app_settings();
bool show_bigger_qr_code();
bool hide_clock();
bool clock_with_date();
@ -88,6 +90,8 @@ uint32_t config_backlight_timer();
bool disable_touchscreen();
void set_gui_return_icon(bool v);
void set_load_app_settings(bool v);
void set_save_app_settings(bool v);
void set_show_bigger_qr_code(bool v);
void set_config_splash(bool v);
void set_clock_hidden(bool v);