arrow_down.xbm

来自「PIXIL is a small footprint operating env」· XBM 代码 · 共 7 行

XBM
7
字号
#define arrow_down_width 16#define arrow_down_height 16static char arrow_down_bits[] = {   0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03,   0xc0, 0x03, 0xfc, 0x3f, 0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f, 0xe0, 0x07,   0xc0, 0x03, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?