mirror of
https://github.com/shagr4th/droid48
synced 2025-01-18 22:26:47 +01:00
5 lines
142 B
C
5 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};
|
|
|