mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
6f9961f499
Added DEBUG mode (make DEBUG=1 plugins). OSD height is now user configurable. Added audio channel selection into Yellow key.
24 lines
409 B
C
24 lines
409 B
C
/* XPM */
|
|
static char * device_xpm[] = {
|
|
"14 18 2 1",
|
|
". c #FFFFFF",
|
|
"+ c #000000",
|
|
"++++++++++++++",
|
|
"+.............",
|
|
"+.......+..+..",
|
|
"+.......+..+..",
|
|
"+.......+..+..",
|
|
"+....+++++++++",
|
|
"+....+++++++++",
|
|
"+......+..+...",
|
|
"+......+..+...",
|
|
"+......+..+...",
|
|
"+......+..+...",
|
|
"+...+++++++++.",
|
|
"+...+++++++++.",
|
|
"+.....+..+....",
|
|
"+.....+..+....",
|
|
"+.....+..+....",
|
|
"+.............",
|
|
"++++++++++++++"};
|