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