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