1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Added 1080/720/576/480 symbols into status window.

This commit is contained in:
Rolf Ahrenberg
2009-09-02 15:58:30 +03:00
parent e57b36a151
commit c07abc7ed5
9 changed files with 142 additions and 1 deletions

23
symbols/eight.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static const char *const eight_xpm[] = {
"15 18 2 1",
". c #FFFFFF",
"+ c #000000",
"+++++++++++++++",
"..............+",
".....++++.....+",
"....++++++....+",
"....++..++....+",
"...++....++...+",
"...++....++...+",
"....++..++....+",
".....++++.....+",
".....++++.....+",
"....++..++....+",
"...++....++...+",
"...++....++...+",
"....++..++....+",
"....++++++....+",
".....++++.....+",
"..............+",
"+++++++++++++++"};

23
symbols/format1080.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static const char *const format1080_xpm[] = {
"46 18 2 1",
". c #FFFFFF",
"+ c #000000",
"++++++++++++++++++++++++++++++++++++++++++++++",
"+............................................+",
"+......++.....++++.......++++.......++++.....+",
"+...+++++....++++++.....++++++.....++++++....+",
"+...+++++....++..++.....++..++.....++..++....+",
"+......++...++....++...++....++...++....++...+",
"+......++...++....++...++....++...++....++...+",
"+......++...++....++....++..++....++....++...+",
"+......++...++....++.....++++.....++....++...+",
"+......++...++....++.....++++.....++....++...+",
"+......++...++....++....++..++....++....++...+",
"+......++...++....++...++....++...++....++...+",
"+......++...++....++...++....++...++....++...+",
"+......++....++..++.....++..++.....++..++....+",
"+......++....++++++.....++++++.....++++++....+",
"+......++.....++++.......++++.......++++.....+",
"+............................................+",
"++++++++++++++++++++++++++++++++++++++++++++++"};

23
symbols/format480.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static const char *const format480_xpm[] = {
"37 18 2 1",
". c #FFFFFF",
"+ c #000000",
"+++++++++++++++++++++++++++++++++++++",
"....................................+",
".........++.....++++.......++++.....+",
"........+++....++++++.....++++++....+",
".......++++....++..++.....++..++....+",
"......++.++...++....++...++....++...+",
".....++..++...++....++...++....++...+",
".....++..++....++..++....++....++...+",
"....++...++.....++++.....++....++...+",
"...++....++.....++++.....++....++...+",
"...+++++++++...++..++....++....++...+",
"...+++++++++..++....++...++....++...+",
".........++...++....++...++....++...+",
".........++....++..++.....++..++....+",
".........++....++++++.....++++++....+",
".........++.....++++.......++++.....+",
"....................................+",
"+++++++++++++++++++++++++++++++++++++"};

23
symbols/format576.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static const char *const format576_xpm[] = {
"36 18 2 1",
". c #FFFFFF",
"+ c #000000",
"++++++++++++++++++++++++++++++++++++",
"...................................+",
"...+++++++...++++++++....++++++....+",
"...+++++++...++++++++...++++++++...+",
"...++........++....++...+++...++...+",
"...++..............++...++.........+",
"...++.............+++...++.........+",
"...++++++.........++....++.+++.....+",
"...+++++++........++....+++++++....+",
"...++...+++......+++....+++..+++...+",
".........++......++.....++....++...+",
".........++......++.....++....++...+",
"...++....++.....+++.....++....++...+",
"...++...+++.....++......+++..+++...+",
"...+++++++......++......+++++++....+",
"....+++++.......++.......+++++.....+",
"...................................+",
"++++++++++++++++++++++++++++++++++++"};

23
symbols/format720.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static const char *const format720_xpm[] = {
"37 18 2 1",
". c #FFFFFF",
"+ c #000000",
"+++++++++++++++++++++++++++++++++++++",
"....................................+",
"...++++++++.....++++.......++++.....+",
"...++++++++...+++++++.....++++++....+",
"...++....++...++....++....++..++....+",
".........++.........++...++....++...+",
".........++.........++...++....++...+",
".........++.........+++..++....++...+",
"........++........+++....++....++...+",
".......+++.......+++.....++....++...+",
".......++.......+++......++....++...+",
".......++......+++.......++....++...+",
"......+++.....+++........++....++...+",
"......++......++..........++..++....+",
"......++......++++++++....++++++....+",
"......++......++++++++.....++++.....+",
"....................................+",
"+++++++++++++++++++++++++++++++++++++"};