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