comparison gui/dialog/pixmaps/tv.xpm @ 36429:28ea255e40ce

Add support for TV/DVB to the GUI. Support is limited to a single (resp. the first) card. At the same time, add the new GUI option 'gui_tv_digital', the new GUI message 'evPlayTV' and the new GUI font symbol 'b'. Additionally, update the documentation.
author ib
date Fri, 29 Nov 2013 12:41:32 +0000
parents
children
comparison
equal deleted inserted replaced
36428:7766530caa76 36429:28ea255e40ce
1 /* XPM */
2 static const char * const tv_xpm[] = {
3 "16 16 8 1",
4 " c #000000",
5 "! c #FFFFFF",
6 "# c #666666",
7 "$ c #999999",
8 "% c #B3B3B3",
9 "& c #CCCCCC",
10 "' c #E6E6E6",
11 "( c None",
12 "((((((((((((((((",
13 "((((((((((((((((",
14 "( (",
15 " !!!!!!!!!!!! ",
16 " ! ! ",
17 " ! #$%&''&%$# ! ",
18 " ! #$%&!!&%$# ! ",
19 " ! #$%&!!&%$# ! ",
20 " ! #$%&!!&%$# ! ",
21 " ! #$%&!!&%$# ! ",
22 " ! #$%&''&%$# ! ",
23 " ! ! ",
24 " !!!!!!!!!!!! ",
25 "( (",
26 "((((((((((((((((",
27 "(((((((((((((((("
28 };