mirror of
https://github.com/shagr4th/droid48
synced 2025-01-18 22:26:47 +01:00
6 lines
213 B
C
6 lines
213 B
C
#define alpha_width 12
|
|
#define alpha_height 10
|
|
static unsigned char alpha_bits[] = {
|
|
0x78, 0x00, 0x84, 0x08, 0x82, 0x09, 0x83, 0x05, 0x83, 0x05, 0x83, 0x03,
|
|
0x83, 0x01, 0x83, 0x01, 0x46, 0x09, 0x3c, 0x06};
|
|
|