TB2026-YDS Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
screen_settings.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
screen.h
"
13
18
screen_t
*
screen_settings_screen
(
void
);
19
26
void
screen_settings_restore
(
void
);
screen.h
Screen interface contract: the vtable every screen implements.
screen_settings_restore
void screen_settings_restore(void)
Restore the saved brightness from NVS and apply it to the panel.
Definition
screen_settings.c:176
screen_settings_screen
screen_t * screen_settings_screen(void)
Get the singleton Screen settings screen, ready to push onto the navigator.
Definition
screen_settings.c:185
screen_t
A screen's behaviour, as a table of function pointers.
Definition
screen.h:31
components
screens
settings
screen_settings.h
Generated by
1.17.0