1
0
mirror of https://github.com/vdr-projects/vdr.git synced 2025-03-01 10:50:46 +00:00
2006-02-05 13:55:58 +01:00

24 lines
653 B
C

/* XPM */
static const char *const radio_xpm[] = {
"27 18 2 1",
". c #FFFFFF",
"+ c #000000",
"...........................",
"............+++++..........",
"............+++++++++......",
"............+++++++++++....",
"............+++...++++++...",
"............+++.....++++...",
"............+++.....+++....",
"............+++.....++.....",
"............+++............",
"............+++............",
"............+++............",
"......+++++++++............",
"...+++++++++++++...........",
"..+++++++++++++++..........",
"..+++++++++++++++..........",
"...+++++++++++++...........",
".....++++++++++............",
"..........................."};