mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
848a2ba78d
Nid/Tid/Rid are now included in translations. Added video format and aspect ratio symbols into status window.
24 lines
839 B
C
24 lines
839 B
C
/* XPM */
|
|
static char * ntsc_xpm[] = {
|
|
"38 18 2 1",
|
|
". c #FFFFFF",
|
|
"+ c #000000",
|
|
"......................................",
|
|
"......................................",
|
|
"..++....++.++++++++..+++++....+++++...",
|
|
"..++....++.++++++++.+++++++..+++++++..",
|
|
"..+++...++....++....++...++..++...++..",
|
|
"..+++...++....++....++...++..++...++..",
|
|
"..++++..++....++....++.......++.......",
|
|
"..++++..++....++....++++.....++.......",
|
|
"..++.++.++....++.....+++++...++.......",
|
|
"..++.++.++....++.......++++..++.......",
|
|
"..++..++++....++.........++..++.......",
|
|
"..++..++++....++....++...++..++...++..",
|
|
"..++...+++....++....++...++..++...++..",
|
|
"..++...+++....++....++...++..++...++..",
|
|
"..++....++....++....+++++++..+++++++..",
|
|
"..++....++....++.....+++++....+++++...",
|
|
"......................................",
|
|
"......................................"};
|