📄 pixmaps.h
字号:
#define stop_pixmap_width 16#define stop_pixmap_height 16static unsigned char stop_pixmap_bits[] = { 0x00, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00};#define play_pixmap_width 16#define play_pixmap_height 16static unsigned char play_pixmap_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x7c, 0x00, 0xfc, 0x03, 0xfc, 0x0f, 0xfc, 0x3f, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0x3f, 0xfc, 0x0f, 0xfc, 0x03, 0x7c, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00};#define pause_pixmap_width 16#define pause_pixmap_height 16static unsigned char pause_pixmap_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 0x00, 0x00};#define pitch_width 16#define pitch_height 16static unsigned char pitch_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; #define nopitch_width 16#define nopitch_height 16static unsigned char nopitch_bits[] = { 0xf8, 0x1f, 0x04, 0x20, 0x86, 0x67, 0x89, 0x90, 0x91, 0x88, 0xa1, 0x84, 0xc1, 0x82, 0x81, 0x81, 0x81, 0x81, 0xc1, 0x82, 0xe1, 0x84, 0xf1, 0x88, 0xe9, 0x90, 0x06, 0x60, 0x04, 0x20, 0xf8, 0x1f};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -