Cycle through brightness levels when icon selected (#1873)

This commit is contained in:
Mark Thompson
2024-02-09 09:16:55 -06:00
committed by GitHub
parent 998be5ba09
commit b2ad1fa979
4 changed files with 28 additions and 14 deletions

View File

@@ -276,6 +276,7 @@ void set_apply_fake_brightness(const bool v);
// level (color change level):
uint8_t fake_brightness_level();
void set_fake_brightness_level(uint8_t v);
void toggle_fake_brightness_level();
/* Recon app */
bool recon_autosave_freqs();