wok view mtpaint/stuff/icons/xpm_new.xpm @ rev 16522

Add raspberrypi-vc, raspberrypi-boot, raspberrypi-boot-x (full PiCam support and track bootloader file for easy update)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 02:04:47 2014 +0200 (2014-04-26)
parents
children
line source
1 /* XPM */
2 static char * xpm_new_xpm[] = {
3 "20 20 7 1",
4 " c None",
5 ". c #000000",
6 "+ c #282828",
7 "@ c #4E4E4E",
8 "# c #4F4F4F",
9 "$ c #121212",
10 "% c #868686",
11 " ",
12 " ",
13 " ",
14 " .......... ",
15 " .+@####@+. ",
16 " . . ",
17 " . . ",
18 " . . ",
19 " . . ",
20 " . ",
21 " .. . ",
22 " .. . ",
23 " .. . ",
24 " ........ . ",
25 " ........ ...$ ",
26 " % .. ",
27 " .. ",
28 " .. ",
29 " ",
30 " "};