mirror of
https://github.com/shagr4th/droid48
synced 2025-01-19 22:26:34 +01:00
6 lines
142 B
C
6 lines
142 B
C
|
#define sigma_width 6
|
||
|
#define sigma_height 9
|
||
|
static unsigned char sigma_bits[] = {
|
||
|
0x3f, 0x21, 0x02, 0x04, 0x08, 0x04, 0x02, 0x21, 0x3f};
|
||
|
|