📄 moviedb.c
字号:
#include "MovieDB.h"
/*--------------------------------------------------------------------------------*/
const TAnimation Animation[] = { {
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -