pixmaps.h

来自「一个共享源码的音频库4」· C头文件 代码 · 共 38 行

H
38
字号
#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 + =
减小字号Ctrl + -
显示快捷键?