Go to the source code of this file.
Functions | |
int | DisplayInit (char *name) |
Start background thread for display updates. | |
void | DisplayStatus (u_char status) |
Display a specified status. | |
void | DisplayMessage (u_char row, u_char secs, CONST char *fmt,...) |
Display a specified text. | |
void | DisplayEntry (u_char rs) |
Display specified entry of the list of stations. |
int DisplayInit | ( | char * | name | ) |
Start background thread for display updates.
$Log$ Revision 1.1 2003/07/21 17:50:48 haraldkipp First check in
name | Display device name. |
Definition at line 236 of file display.c.
References DISPLAY_VCOLUMNS, Displayer(), DisplayStatus(), DIST_NONE, fopen(), lcd, malloc, mline, NutThreadCreate(), and sline.
void DisplayStatus | ( | u_char | status | ) |
Display a specified status.
status | Status to be displayed. |
Definition at line 145 of file display.c.
References DISPLAY_VCOLUMNS, DisplayStation(), DIST_CONNECTED, DIST_CONNECTING, DIST_DEAD, DIST_FORCE, DIST_NONE, NutEventPost(), player, PLAYERINFO::psi_metatitle, radio, RADIOCONTROL::rc_cstation, RADIOCONTROL::rc_cstatus, RADIOSTATION::rs_genre, sline, sprintf, station, strcpy(), strncpy(), and updevt.
Display a specified text.
row | Row position of the message. | |
secs | Number of seconds to display the message. Set to 0 for permanent display. | |
fmt | Format string containing conversion specifications. |
Definition at line 186 of file display.c.
References mline, mticks, NutEventPost(), sline, updevt, and vsprintf().
void DisplayEntry | ( | u_char | rs | ) |
Display specified entry of the list of stations.
rs | Index of the list entry. |
Definition at line 206 of file display.c.
References DISPLAY_VCOLUMNS, inet_ntoa(), NutEventPost(), RADIOSTATION::rs_genre, RADIOSTATION::rs_ip, RADIOSTATION::rs_name, RADIOSTATION::rs_port, RADIOSTATION::rs_scandead, RADIOSTATION::rs_scantitle, sline, sprintf, station, strcpy(), strncpy(), and updevt.