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