blob: ea6b202bcce08bb52c3c1ff1d75c557f2aeea1d1 (
plain)
1
2
3
4
5
|
#define brightness_width 9
#define brightness_height 9
static unsigned char brightness_bits[] = {
0x7c, 0x00, 0x9e, 0x00, 0x1f, 0x01, 0x1f, 0x01, 0x1f, 0x01, 0x1f, 0x01,
0x1f, 0x01, 0x9e, 0x00, 0x7c, 0x00 };
|