fsgui_icon_arrowx.inc
来自「dvd里面的一个文件系统的代码」· INC 代码 · 共 52 行
INC
52 行
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 + =
减小字号Ctrl + -
显示快捷键?