📄 vfd_gbmsample1.c
字号:
#include "user_init.h"
#include "config.h"
#include "global.h"
#include "vfdfunc.h"
//#include "vfd_7seg.h"
#include "stdlib.h"
#include "user_if.h"
#include "auctrl.h"//nono 2-6-15 17:14
#include "audif.h"
#include "ddx8000.h"
#include "radio_mv114_kst.h"
//#include "radio23.h"
#include "setup.h"
//huziqin move rds global variable to radio_rds.h
extern UINT16 mp3_file_count(void);
extern UINT16 Is_JPEG_STATE(void);
#ifdef SUPPORT_NESGAME
extern UINT16 Is_GAME_STATE(void);
#endif
extern UINT16 vfd_set_fastforward_state(UINT16 index);
extern UINT16 vfd_set_fastbackward_state(UINT16 index);
extern int IsMono();
extern UINT32 coding_mode_now; // benson update 2004/2/25 02:34
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -