]> git.zerfleddert.de Git - micropolis/blob - src/tk/library/demos/bitmaps/grey.25
Import Micropolis from http://www.donhopkins.com/home/micropolis/
[micropolis] / src / tk / library / demos / bitmaps / grey.25
1 #define grey_width 16
2 #define grey_height 16
3 static char grey_bits[] = {
4 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
5 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
6 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44};
Impressum, Datenschutz