5 lines
99 B
C
Raw Normal View History

2025-04-08 18:46:12 +08:00
#define decr_width 7
#define decr_height 4
static char decr_bits[] = {
0x7f, 0x3e, 0x1c, 0x08};