quadTC/logo.h

51 lines
1.7 KiB
C

//---------------------------------------------------------------------------
// glcd bitmap header created with bmp2glcd v2.0
// The glcd bitmap data contained in this file is in a format
// suitable for use by openGLCD.
// It contains embedded width and height format information.
//---------------------------------------------------------------------------
#ifndef _logo_H
#define _logo_H
GLCDBMAPDECL(logo) = {
40, // width
40, // height
// page 0 (lines 0-7)
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x80,0x80,0x80,0x80,0x80,0xc0,
0xc0,0xc0,0xc0,0x80,0x80,0x80,0x80,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xe0,
0xf0,0xf8,0xfc,0x7e,0x3e,0x3e,0x1c,0x08,
// page 1 (lines 8-15)
0x00,0x00,0xc0,0xf0,0xf8,0xfc,0xfe,0x7e,
0x3f,0x1f,0x0f,0x0f,0x07,0x07,0x07,0x07,
0x07,0x07,0x07,0x07,0x07,0x07,0x0f,0x1f,
0x1f,0x7f,0xfe,0xfc,0xf8,0xf0,0xc1,0x01,
0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
// page 2 (lines 16-23)
0xf8,0xff,0xff,0xff,0xff,0x0f,0x01,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
0xc0,0xc0,0xc1,0xc1,0xc1,0xc1,0xc1,0xc0,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
// page 3 (lines 24-31)
0x07,0x7f,0xff,0xff,0xff,0xfc,0xe0,0x80,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,
0x03,0x03,0xc3,0xff,0xff,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
// page 4 (lines 32-39)
0x00,0x00,0x00,0x03,0x07,0x0f,0x1f,0x1f,
0x3f,0x3e,0x7c,0x7c,0x78,0xf8,0xf8,0xf8,
0xf8,0xf8,0xf8,0x78,0x78,0x78,0x3c,0x3c,
0x1e,0x1f,0x0f,0x07,0x7f,0x7f,0x7f,0x7f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};
#endif // /mnt/pi/users/grouch/Arduino/quadTC/logo_H