TB2026-YDS Firmware
Loading...
Searching...
No Matches
now_playing.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "screen.h"
11
screen_t * now_playing_screen(void)
Get the singleton Now Playing screen.
Definition now_playing.c:326
Screen interface contract: the vtable every screen implements.
A screen's behaviour, as a table of function pointers.
Definition screen.h:31