mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
5 lines
99 B
C
5 lines
99 B
C
#define decr_width 7
|
|
#define decr_height 4
|
|
static char decr_bits[] = {
|
|
0x7f, 0x3e, 0x1c, 0x08};
|