powerondb.c
来自「OSD开发和软件控制,不同环境平台做法,通用平台应用」· C语言 代码 · 共 14 行
C
14 行
#include "MovieDB.h"
/*--------------------------------------------------------------------------------*/
const TAnimation PowerOn[] = { {
0, /* Max line width */
0, /* Number of lines of all bitmaps */
0, /* Height of one bitmap */
0, /* Time interval between showing 2 bitmaps */
0, /* Number of bitmaps in the animation */
0, /* Animation position in the screen */
0, /* Animation position in the screen */
NULL /* pointer to bitmap array */
} };
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?