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