From 5d2c2b27a6323e2666378b986129b2a7c2c39e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Feb 2022 16:04:24 +0100 Subject: New upstream version 5.2.2GA --- app/bin/bitmaps/parameter.xpm | 104 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 app/bin/bitmaps/parameter.xpm (limited to 'app/bin/bitmaps/parameter.xpm') diff --git a/app/bin/bitmaps/parameter.xpm b/app/bin/bitmaps/parameter.xpm new file mode 100644 index 0000000..7a58a6f --- /dev/null +++ b/app/bin/bitmaps/parameter.xpm @@ -0,0 +1,104 @@ +static char *parameter_x16[] = { + "16 16 3 1", + " c None", + "0 c #000000", + "1 c #999999", + " 11111111111 ", + " 1 11 ", + " 1 11 ", + " 1 00000000 11 ", + " 1 1 ", + " 1 0 1 ", + " 1 00 1 ", + " 1 00 1 ", + " 1 000 1 ", + " 1 1 ", + " 1 00000000 1 ", + " 1 00 1 ", + " 1 00 1 ", + " 1 00 1 ", + " 1 1 ", + " 11111111111111 "}; + +static char *parameter_x24[] = { + "24 24 9 1", + " c None", + "0 c #000000", + "1 c #333333", + "2 c #666666", + "3 c #999999", + "4 c #CCCCCC", + "5 c #FFFFFF", + "6 c #C0C0C0", + "7 c #808080", + " 7777777777777777 ", + " 234444444444444447 ", + " 2355555555555555537 ", + " 2355100000000000757 ", + " 23555555555555555557 ", + " 235555555555555445547 ", + " 2355555555555437455537 ", + " 2355555555432745555547 ", + " 2355377202765555555547 ", + " 2355544555555555555547 ", + " 2355455555555555555547 ", + " 2355323455555472455547 ", + " 2355554724532345555547 ", + " 355555562074555555547 ", + " 355556234547745555547 ", + " 355323555555432455547 ", + " 355455555555555555547 ", + " 355466336666666455547 ", + " 355666321366666655547 ", + " 355555555326555555547 ", + " 355555555553265555547 ", + " 355555555555562455547 ", + " 355555555555555555547 ", + " 222222222222222222227 "}; + +static char *parameter_x32[] = { + "32 32 9 1", + " c None", + "0 c #000000", + "1 c #333333", + "2 c #666666", + "3 c #999999", + "4 c #CCCCCC", + "5 c #FFFFFF", + "6 c #C0C0C0", + "7 c #808080", + " 222222222222222222222 ", + " 73666666666666666666637 ", + " 74555555555555555555557 ", + " 745555555555555555555547 ", + " 7455500000000000000004547 ", + " 74555777777777777777745537 ", + " 74555555555555555555555557 ", + " 745555555555555555547555557 ", + " 7455555555555555547004555547 ", + " 7455555555555543100355555557 ", + " 7455554666637000265555555557 ", + " 7455530000001765555555555557 ", + " 7455546444455555555555555557 ", + " 7455555555555555555555555557 ", + " 7455537455555555554375555557 ", + " 7455531023555555420075555557 ", + " 7455555420074431013555555557 ", + " 7455555554300007455555555557 ", + " 7455555553101100345555555557 ", + " 7455554700245547002655555557 ", + " 7455570134555555532015555557 ", + " 7455544555555555555465555557 ", + " 7455555555555555555555555557 ", + " 7455537777227777777774555557 ", + " 7455570000000000000006555557 ", + " 7455555555531016555555555557 ", + " 7455555555555610135555555557 ", + " 7455555555555556200345555557 ", + " 7455555555555555542005555557 ", + " 7455555555555555555435555557 ", + " 7644444444444444444444444447 ", + " 7777777777777777777777777777 "}; + +static char **parameter_xpm[3] = { parameter_x16, parameter_x24, parameter_x32 }; + -- cgit v1.2.3