userdown
来自「此代码经过大量使用」· 代码 · 共 9 行
TXT
9 行
#define userdown_width 16#define userdown_height 16#define userdown_x_hot -1#define userdown_y_hot -1static char userdown_bits[] = { 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f, 0xfe, 0x3f, 0x7e, 0x3f, 0x7e, 0x33, 0x3e, 0x33, 0x3e, 0x3e, 0x3c, 0x1e, 0x1c, 0x1e, 0x18, 0x0c, 0x10, 0x04, 0x00, 0x00};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?