view 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
line wrap: on
line source

/* XPM */
static const char * const tv_xpm[] = {
"16 16 8 1",
"  c #000000",
"! c #FFFFFF",
"# c #666666",
"$ c #999999",
"% c #B3B3B3",
"& c #CCCCCC",
"' c #E6E6E6",
"( c None",
"((((((((((((((((",
"((((((((((((((((",
"(              (",
"  !!!!!!!!!!!!  ",
" !            ! ",
" ! #$%&''&%$# ! ",
" ! #$%&!!&%$# ! ",
" ! #$%&!!&%$# ! ",
" ! #$%&!!&%$# ! ",
" ! #$%&!!&%$# ! ",
" ! #$%&''&%$# ! ",
" !            ! ",
"  !!!!!!!!!!!!  ",
"(              (",
"((((((((((((((((",
"(((((((((((((((("
};