siemens-rtl/custom/bitmaps/lightgrey.xbm
2023-07-11 14:40:13 +02:00

7 lines
255 B
C

#define lightgrey_width 16
#define lightgrey_height 16
static char lightgrey_bits[] = {
0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,
0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,
0x11,0x11};