📄 cursor
字号:
#define cursor_width 16#define cursor_height 16#define cursor_x_hot 8#define cursor_y_hot 7static char cursor_bits[] = { 0x00, 0x00, 0x80, 0x03, 0x40, 0x05, 0x00, 0x01, 0x00, 0x01, 0x88, 0x23, 0x44, 0x44, 0x7c, 0x7d, 0x44, 0x44, 0x88, 0x23, 0x00, 0x01, 0x00, 0x01, 0x40, 0x05, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -