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

📄 my_remote.def

📁 fat文件系统的源码 老外写的FAT32文件系统 还是有用的
💻 DEF
字号:
//-------------------------------------------------------------------------------
// Here is definitions of remote codes for MIS NEC80 Remote
//-------------------------------------------------------------------------------

#define REM_STD	2	// this remote work in second codes standard NEC80

#define IR_PLAY		0x7067
#define IR_STOP		0x70e7
#define IR_NEXT		0x70f7
#define IR_PREV		0x7077
#define IR_VOLUP	0x70b7
#define IR_VOLDN	0x7037
#define IR_NEXT10	0x7027
#define IR_PREV10	0x70a7
#define IR_NEXTD	0x70c7
#define IR_PREVD	0x7047
#define IR_NEXTL	0x702f
#define IR_PREVL	0x70af
#define IR_FFWD		0x708f
#define IR_FREW		0x704f
#define IR_RANDOM	0x7007
#define IR_LOUDNESS	0x7087
#define IR_REMAIN	0x70cf
#define IR_RESET	0x70d7
#define IR_EJECT	0x7057			// used in CD version

#define IR_0		0x706f
#define IR_1		0x70ff
#define IR_2		0x707f
#define IR_3		0x70bf
#define IR_4		0x703f
#define IR_5		0x70df
#define IR_6		0x705f
#define IR_7		0x709f
#define IR_8		0x701f
#define IR_9		0x70ef

// 0x7057 /* mute */
// 0x7097 /* tv/vcr */
// 0x70af /* 1- */
// 0x702f /* 2- */
// 0x70cf /* 3- */

⌨️ 快捷键说明

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