-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbitmap.h
166 lines (148 loc) · 9.56 KB
/
bitmap.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/*
BITMAP FOR RGB LED MATRIX 8x16
*/
#include <avr/pgmspace.h>
/*-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/
static const uint8_t INSTRUCTABLES[]PROGMEM=
{
/*------------------------------------------------------------------------------
; If font display distortion, please check Fonts format of setup.
; Source file / text : MY INSTRUCTABLES FOR RGB LED MATRIX 8 X 16
; Width x Height (pixels) :304X8
; Font Format/Size : Monochrome LCD Fonts ,Horizontal scan ,Big endian order/304Byte
; Font make date : 10/26/2018 12:57:51 AM
------------------------------------------------------------------------------*/
0x00,0x0E,0x3F,0xB8,0xFE,0xE7,0xBF,0xFF,0x3B,0x8F,0x7F,0x8C,0x7E,0x78,0xFC,0xF0,
0xFC,0x71,0xF8,0x3F,0x0F,0xBF,0x07,0x8F,0xDF,0x03,0x8E,0x18,0xFF,0xFC,0xFE,0xE1,
0xE0,0xEE,0x0C,0x1C,0x00,0x00,0x00,0x07,0x73,0x10,0x66,0x4C,0xA6,0x59,0x99,0x19,
0x4C,0x8C,0x33,0x30,0x65,0x90,0x64,0xD8,0xCC,0x19,0x98,0x99,0x83,0x06,0x4D,0x81,
0xDC,0x18,0x99,0x66,0x66,0x43,0x30,0x64,0x3C,0x30,0x00,0x00,0x00,0x07,0x71,0xA0,
0x67,0x4C,0x06,0x19,0x99,0x30,0x0C,0x16,0x33,0x30,0x61,0x80,0x61,0x8C,0xCC,0x19,
0xB0,0x19,0x83,0x06,0x0C,0xC1,0xDC,0x2C,0x18,0x66,0x66,0x83,0x30,0x68,0x0C,0x60,
0x00,0x00,0x00,0x05,0xB1,0xA0,0x67,0x4F,0x06,0x19,0x99,0x30,0x0C,0x16,0x3E,0x30,
0x79,0xE0,0x79,0x8C,0xCC,0x19,0xB0,0x1F,0x03,0x07,0x8C,0xC1,0x6C,0x2C,0x18,0x66,
0x63,0x81,0xE0,0x38,0x0C,0x7C,0x00,0x00,0x00,0x05,0xB0,0xC0,0x65,0xC7,0x86,0x1F,
0x19,0x30,0x0C,0x23,0x33,0x30,0x60,0xF0,0x61,0x8C,0xF8,0x1F,0x33,0xD9,0x83,0x06,
0x0C,0xC1,0x6C,0x46,0x18,0x7C,0x63,0x83,0x30,0x38,0x0C,0x66,0x00,0x00,0x00,0x05,
0xB0,0xC0,0x65,0xC1,0x86,0x1B,0x19,0x30,0x0C,0x3F,0x33,0x30,0x60,0x30,0x61,0x8C,
0xD8,0x1B,0x31,0x99,0x83,0x06,0x0C,0xC1,0x6C,0x7E,0x18,0x6C,0x62,0xC3,0x30,0x2C,
0x0C,0x66,0x00,0x00,0x00,0x04,0x30,0xC0,0x64,0xC9,0x86,0x19,0x99,0x19,0x0C,0x23,
0x33,0x32,0x65,0x30,0x60,0xD8,0xCC,0x19,0x99,0x99,0x83,0x26,0x4D,0x81,0x0C,0x46,
0x18,0x66,0x64,0xC3,0x30,0x4C,0x0C,0x66,0x00,0x00,0x00,0x0E,0x79,0xE0,0xFE,0xCF,
0x0F,0x3D,0xCE,0x0F,0x1E,0x77,0xFE,0x7E,0xFD,0xE0,0xF0,0x71,0xEE,0x3D,0xCF,0xBF,
0x07,0xEF,0xDF,0x03,0x9E,0xEF,0x3C,0xF7,0xFE,0xE1,0xE0,0xEE,0x3F,0x3C,0x00,0x00,
};
static const uint8_t WELCOME[]PROGMEM=
{
/*------------------------------------------------------------------------------
; If font display distortion, please check Fonts format of setup.
; Source file / text : WELCOME TO MY RGB LED MATRIX !!
; Width x Height (pixels) :256X8
; Font Format/Size : Monochrome LCD Fonts ,Horizontal scan ,Big endian order/256Byte
; Font make date : 10/25/2018 11:36:28 PM
------------------------------------------------------------------------------*/
0x00,0x7F,0xFF,0xFF,0xC0,0xF0,0x71,0xF3,0xFF,0xC7,0xF0,0xE0,0x7C,0xFF,0xB8,0xFE,
0x0F,0xDF,0xC1,0xF1,0xFF,0xFC,0x0F,0x9E,0x38,0x7F,0x7F,0x3E,0xF3,0x0E,0xE0,0x00,
0x00,0x3B,0x93,0x8B,0x81,0x98,0xD8,0xF3,0x9C,0x4F,0xF9,0xB0,0x3C,0xE7,0x30,0x77,
0x1C,0xCE,0xE0,0xE0,0xE2,0xEE,0x07,0x9C,0x38,0xFF,0xBB,0x9C,0x74,0x0E,0xE0,0x00,
0x00,0x3B,0xE3,0xA3,0x83,0x89,0xDC,0xFF,0x9D,0x0D,0xDB,0xB8,0x3F,0xE3,0xE0,0x77,
0x38,0xCE,0xE0,0xE0,0xE8,0xE7,0x07,0xFC,0x3C,0xDD,0xBB,0x9C,0x38,0x0E,0xE0,0x00,
0x00,0x3F,0xE3,0xE3,0x83,0x81,0xDC,0xFF,0x9F,0x01,0xC3,0xB8,0x3F,0xE1,0xC0,0x77,
0x38,0x0F,0xC0,0xE0,0xF8,0xE7,0x07,0xFC,0x3E,0x1C,0x3B,0x9C,0x1C,0x04,0x40,0x00,
0x00,0x1D,0xE3,0xA3,0x83,0x81,0xDC,0xFF,0x9D,0x01,0xC3,0xB8,0x3F,0xE1,0xC0,0x7E,
0x39,0xEE,0xE0,0xE0,0xE8,0xE7,0x07,0xFC,0x4E,0x1C,0x3F,0x1C,0x2C,0x00,0x00,0x00,
0x00,0x1C,0xE3,0x8B,0x8B,0xC9,0xDC,0xDB,0x9C,0x41,0xC3,0xB8,0x36,0xE1,0xC0,0x77,
0x38,0xCE,0xE0,0xE2,0xE2,0xE7,0x06,0xDC,0x7F,0x1C,0x3B,0x9C,0x4E,0x0E,0xE0,0x00,
0x00,0x0C,0xC3,0x8B,0x89,0xF8,0xD8,0xD3,0x9C,0x41,0xC1,0xB0,0x34,0xE1,0xC0,0x77,
0x1C,0xCE,0xE0,0xE2,0xE2,0xE6,0x06,0x9C,0x87,0x1C,0x3B,0x9C,0x87,0x0E,0xE0,0x00,
0x00,0x08,0xC7,0xF7,0xF0,0xF0,0x71,0xC3,0xFF,0x83,0xE0,0xE0,0x70,0xF3,0xE0,0xFB,
0x8F,0x1F,0xC1,0xFD,0xFD,0xFC,0x0E,0x1F,0xCF,0xBE,0x7D,0xFF,0xCF,0x8E,0xE0,0x00,
};
static const uint8_t COLORMORPH[]PROGMEM=
{
/*------------------------------------------------------------------------------
; If font display distortion, please check Fonts format of setup.
; Source file / text : COLOR MORPH TABLE EFFECT
; Width x Height (pixels) :200X8
; Font Format/Size : Monochrome LCD Fonts ,Horizontal scan ,Big endian order/200Byte
; Font make date : 10/26/2018 1:09:12 AM
------------------------------------------------------------------------------*/
0x00,0x03,0xC7,0x1E,0x0E,0x3F,0x07,0x1C,0x71,0xF9,0xFB,0xDC,0x3F,0xC6,0x3F,0x3C,
0x7E,0x1F,0xBF,0x7E,0xFC,0x7B,0xFC,0x00,0x00,0x00,0x06,0x4D,0x8C,0x1B,0x19,0x83,
0xB8,0xD8,0xCC,0xCD,0x98,0x26,0x46,0x19,0x98,0x32,0x0C,0x99,0x32,0x64,0xCA,0x64,
0x00,0x00,0x00,0x0C,0x18,0xCC,0x31,0x99,0x83,0xB9,0x8C,0xCC,0xCD,0x98,0x06,0x0B,
0x19,0x98,0x30,0x0C,0x18,0x30,0x61,0x80,0x60,0x00,0x00,0x00,0x0C,0x18,0xCC,0x31,
0x99,0x82,0xD9,0x8C,0xCC,0xCD,0xF8,0x06,0x0B,0x1F,0x18,0x3C,0x0F,0x1E,0x3C,0x79,
0x80,0x60,0x00,0x00,0x00,0x0C,0x18,0xCC,0x31,0x9F,0x02,0xD9,0x8C,0xF8,0xF9,0x98,
0x06,0x11,0x99,0x98,0x30,0x0C,0x18,0x30,0x61,0x80,0x60,0x00,0x00,0x00,0x0C,0x18,
0xCC,0x31,0x9B,0x02,0xD9,0x8C,0xD8,0xC1,0x98,0x06,0x1F,0x99,0x98,0x30,0x0C,0x18,
0x30,0x61,0x80,0x60,0x00,0x00,0x00,0x06,0x4D,0x8C,0x9B,0x19,0x82,0x18,0xD8,0xCC,
0xC1,0x98,0x06,0x11,0x99,0x99,0x32,0x0C,0x98,0x30,0x64,0xC8,0x60,0x00,0x00,0x00,
0x03,0xC7,0x1F,0x8E,0x3D,0xC7,0x3C,0x71,0xEF,0xE3,0xDC,0x0F,0x3B,0xFF,0x3F,0x7E,
0x1F,0xBC,0x78,0xFC,0x78,0xF0,0x00,0x00,
};
static const uint8_t COLORWHEEL[]PROGMEM=
{
/*------------------------------------------------------------------------------
; If font display distortion, please check Fonts format of setup.
; Source file / text : FILL TABLE COLORWHEEL EFFECT
; Width x Height (pixels) :224X8
; Font Format/Size : Monochrome LCD Fonts ,Horizontal scan ,Big endian order/224Byte
; Font make date : 10/26/2018 1:11:34 AM
------------------------------------------------------------------------------*/
0x00,0x0F,0xDF,0xE3,0xC0,0xFF,0x18,0xFC,0xF1,0xF8,0x1E,0x38,0xF0,0x71,0xF9,0xCC,
0xDE,0xEF,0xDF,0xBC,0x0F,0xDF,0xBF,0x7E,0x3D,0xFE,0x00,0x00,0x00,0x06,0x4C,0xC1,
0x80,0x99,0x18,0x66,0x60,0xC8,0x32,0x6C,0x60,0xD8,0xCC,0xCC,0x8C,0xC6,0x4C,0x98,
0x06,0x4C,0x99,0x32,0x65,0x32,0x00,0x00,0x00,0x06,0x0C,0xC1,0x80,0x18,0x2C,0x66,
0x60,0xC0,0x60,0xC6,0x61,0x8C,0xCC,0xCC,0x8C,0xC6,0x0C,0x18,0x06,0x0C,0x18,0x30,
0xC0,0x30,0x00,0x00,0x00,0x07,0x8C,0xC1,0x80,0x18,0x2C,0x7C,0x60,0xF0,0x60,0xC6,
0x61,0x8C,0xCC,0xD6,0x8F,0xC7,0x8F,0x18,0x07,0x8F,0x1E,0x3C,0xC0,0x30,0x00,0x00,
0x00,0x06,0x0C,0xC1,0x80,0x18,0x46,0x66,0x60,0xC0,0x60,0xC6,0x61,0x8C,0xF8,0xD6,
0x8C,0xC6,0x0C,0x18,0x06,0x0C,0x18,0x30,0xC0,0x30,0x00,0x00,0x00,0x06,0x0C,0xC1,
0x80,0x18,0x7E,0x66,0x60,0xC0,0x60,0xC6,0x61,0x8C,0xD8,0x73,0x0C,0xC6,0x0C,0x18,
0x06,0x0C,0x18,0x30,0xC0,0x30,0x00,0x00,0x00,0x06,0x0C,0xC9,0x90,0x18,0x46,0x66,
0x64,0xC8,0x32,0x6C,0x64,0xD8,0xCC,0x63,0x0C,0xC6,0x4C,0x99,0x06,0x4C,0x18,0x32,
0x64,0x30,0x00,0x00,0x00,0x0F,0x1F,0xFB,0xF0,0x3C,0xEF,0xFC,0xFD,0xF8,0x1E,0x38,
0xFC,0x71,0xEE,0x63,0x1E,0xEF,0xDF,0xBF,0x0F,0xDE,0x3C,0x7E,0x3C,0x78,0x00,0x00,
};
static const uint8_t RANDOMPLASMA[]PROGMEM=
{
/*------------------------------------------------------------------------------
; If font display distortion, please check Fonts format of setup.
; Source file / text : RANDOM PLASMA EFFECT
; Width x Height (pixels) :168X8
; Font Format/Size : Monochrome LCD Fonts ,Horizontal scan ,Big endian order/168Byte
; Font make date : 10/26/2018 1:13:50 AM
------------------------------------------------------------------------------*/
0x00,0x7E,0x0C,0x77,0x7C,0x1C,0x71,0xC3,0xF7,0x81,0x87,0xB8,0xE1,0x81,0xFB,0xF7,
0xEF,0xC7,0xBF,0xC0,0x00,0x00,0x33,0x0C,0x32,0x36,0x36,0x3B,0x81,0x9B,0x01,0x8C,
0x9D,0xC1,0x80,0xC9,0x93,0x26,0x4C,0xA6,0x40,0x00,0x00,0x33,0x16,0x3A,0x33,0x63,
0x3B,0x81,0x9B,0x02,0xCC,0x1D,0xC2,0xC0,0xC1,0x83,0x06,0x18,0x06,0x00,0x00,0x00,
0x33,0x16,0x3A,0x33,0x63,0x2D,0x81,0x9B,0x02,0xCF,0x16,0xC2,0xC0,0xF1,0xE3,0xC7,
0x98,0x06,0x00,0x00,0x00,0x3E,0x23,0x2E,0x33,0x63,0x2D,0x81,0xF3,0x04,0x67,0x96,
0xC4,0x60,0xC1,0x83,0x06,0x18,0x06,0x00,0x00,0x00,0x36,0x3F,0x2E,0x33,0x63,0x2D,
0x81,0x83,0x07,0xE1,0x96,0xC7,0xE0,0xC1,0x83,0x06,0x18,0x06,0x00,0x00,0x00,0x33,
0x23,0x26,0x36,0x36,0x21,0x81,0x83,0x24,0x69,0x90,0xC4,0x60,0xC9,0x83,0x06,0x4C,
0x86,0x00,0x00,0x00,0x7B,0xF7,0xF6,0x7C,0x1C,0x73,0xC3,0xC7,0xEE,0xFF,0x39,0xEE,
0xF1,0xFB,0xC7,0x8F,0xC7,0x8F,0x00,0x00,
};
static const uint8_t FILLDAZZLE[]PROGMEM=
{
/*------------------------------------------------------------------------------
; If font display distortion, please check Fonts format of setup.
; Source file / text : FILL DAZZLE EFFECT
; Width x Height (pixels) :144X8
; Font Format/Size : Monochrome LCD Fonts ,Horizontal scan ,Big endian order/144Byte
; Font make date : 10/26/2018 1:16:14 AM
------------------------------------------------------------------------------*/
0x00,0x7E,0xFF,0x1E,0x07,0xC0,0xC7,0xEF,0xDE,0x3F,0x0F,0xDF,0xBF,0x7E,0x3D,0xFE,
0x00,0x00,0x00,0x32,0x66,0x0C,0x03,0x60,0xC4,0x68,0xCC,0x19,0x06,0x4C,0x99,0x32,
0x65,0x32,0x00,0x00,0x00,0x30,0x66,0x0C,0x03,0x31,0x60,0xC1,0x8C,0x18,0x06,0x0C,
0x18,0x30,0xC0,0x30,0x00,0x00,0x00,0x3C,0x66,0x0C,0x03,0x31,0x61,0x83,0x0C,0x1E,
0x07,0x8F,0x1E,0x3C,0xC0,0x30,0x00,0x00,0x00,0x30,0x66,0x0C,0x03,0x32,0x31,0x83,
0x0C,0x18,0x06,0x0C,0x18,0x30,0xC0,0x30,0x00,0x00,0x00,0x30,0x66,0x0C,0x03,0x33,
0xF3,0x06,0x0C,0x18,0x06,0x0C,0x18,0x30,0xC0,0x30,0x00,0x00,0x00,0x30,0x66,0x4C,
0x83,0x62,0x36,0x2C,0x4C,0x99,0x06,0x4C,0x18,0x32,0x64,0x30,0x00,0x00,0x00,0x78,
0xFF,0xDF,0x87,0xC7,0x7F,0xEF,0xDF,0xBF,0x0F,0xDE,0x3C,0x7E,0x3C,0x78,0x00,0x00,
};