TB2026-YDS Firmware
Loading...
Searching...
No Matches
power_settings.h
Go to the documentation of this file.
1
9#pragma once
10
11#include "screen.h"
12
screen_t * power_settings_screen(void)
Get the singleton Power sub-menu, ready to push onto the navigator.
Definition power_settings.c:245
Screen interface contract: the vtable every screen implements.
A screen's behaviour, as a table of function pointers.
Definition screen.h:31