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