|
TB2026-YDS Firmware
|
Screen (display) settings sub-screen (reached from Settings): brightness slider and auto-sleep delay. More...
#include "screen.h"Go to the source code of this file.
Functions | |
| screen_t * | screen_settings_screen (void) |
| Get the singleton Screen settings screen, ready to push onto the navigator. | |
| void | screen_settings_restore (void) |
| Restore the saved brightness from NVS and apply it to the panel. | |
Screen (display) settings sub-screen (reached from Settings): brightness slider and auto-sleep delay.
| void screen_settings_restore | ( | void | ) |
Restore the saved brightness from NVS and apply it to the panel.
Call once at boot, after display_oled_init() (the panel must be up). Falls back to full brightness when nothing is stored yet.
| screen_t * screen_settings_screen | ( | void | ) |
Get the singleton Screen settings screen, ready to push onto the navigator.