⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fsgui_icon_arrowx.inc

📁 dvd里面的一个文件系统的代码
💻 INC
字号:


const UINT8 ICON_ArrowX[] = {
#ifndef NO_MP3_GUI_ICON//linrc olny for make romA.bin
#ifndef  MP3_LARGE_GUI
    12,     // w
    12,     // h
    2,      // total-colors
    0x0ff,  // transparent color
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//1
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//2
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//3
    0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,//4
    0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0,//5
    0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0,//6
    0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0,//7
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//8
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//9
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//10
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//11
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//12
    
#else
    20,     // w
    20,     // h
    2,      // total-colors
    0x0ff,  // transparent color
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,
    0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,
    0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,
    0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,
    0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,
    0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  
    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
#endif
#endif//linrc olny for make romA.bin
};

⌨️ 快捷键说明

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