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/car-inventory.xpm | 103 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 app/bin/bitmaps/car-inventory.xpm (limited to 'app/bin/bitmaps/car-inventory.xpm') diff --git a/app/bin/bitmaps/car-inventory.xpm b/app/bin/bitmaps/car-inventory.xpm new file mode 100644 index 0000000..45ceb2c --- /dev/null +++ b/app/bin/bitmaps/car-inventory.xpm @@ -0,0 +1,103 @@ +static char *car_inventory_x16[] = { + "16 16 6 1", + " c None", + "0 c #000000", + "1 c #003366", + "2 c #006600", + "3 c #663300", + "4 c #999999", + " ", + " 33333333 ", + " 33333333 ", + " 33333333 ", + " 4 ", + " 0411111111 ", + " 11111111 ", + " 11111111 ", + " 4 ", + " 0422222222 ", + " 22222222 ", + " 22222222 ", + " 4 4 4 4 ", + " 040 040 ", + " ", + " "}; + +static char *car_inventory_x24[] = { + "24 24 6 1", + " c None", + "0 c #000000", + "1 c #003366", + "2 c #006600", + "3 c #663300", + "4 c #CCCCCC", + "44444444444444444 ", + "43333333333333334 ", + "43333333333333334 ", + "43333333333333334 ", + "43333333333333334 ", + "43333333333333334 ", + "44444444444444444 ", + " 00 4444444444444444 ", + " 00041111111111111114 ", + " 0 41111111111111114 ", + " 41111111111111114 ", + " 41111111111111114 ", + " 41111111111111114 ", + " 44444444444444444 ", + " 0044444444444444444", + " 0042222222222222224", + " 0042222222222222224", + " 42222222222222224", + " 42222222222222224", + " 42222222222222224", + " 44444444444444444", + " 00 00 00 00 ", + " 00000 00000 ", + " 00 00 00 00 "}; + +static char *car_inventory_x32[] = { + "32 32 8 1", + " c None", + "0 c #000000", + "1 c #003366", + "2 c #006600", + "3 c #663300", + "4 c #999999", + "5 c #CCCCCC", + "6 c #C0C0C0", + " 555555555555555555555 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + "53333333333333333333335 ", + " 564555555555555555555 ", + " 0005555555555555555555555 ", + " 0005111111111111111111115 ", + " 00 5111111111111111111115 ", + " 5111111111111111111115 ", + " 5111111111111111111115 ", + " 5111111111111111111115 ", + " 5111111111111111111115 ", + " 5111111111111111111115 ", + " 5555555555555555555555 ", + " 000 5555555555555555555555", + " 00052222222222222222222225", + " 00052222222222222222222225", + " 52222222222222222222225", + " 52222222222222222222225", + " 52222222222222222222225", + " 52222222222222222222225", + " 52222222222222222222225", + " 55555555555555555555555", + " 00 00 000 00 ", + " 00000000 0000000 ", + " 0000000 0000000 ", + " 0 00 0 00 "}; + +static char **car_inventory_xpm[3] = { car_inventory_x16, car_inventory_x24, car_inventory_x32 }; + -- cgit v1.2.3