mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
6 lines
207 B
C
6 lines
207 B
C
#define mul_width 10
|
|
#define mul_height 10
|
|
static unsigned char mul_bits[] = {
|
|
0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
|
|
0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03};
|
|
|