rc26.def

来自「fat文件系统的源码 老外写的FAT32文件系统 还是有用的」· DEF 代码 · 共 37 行

DEF
37
字号
//-------------------------------------------------------------------------------
// Here is definitions of remote codes for RC26 Remote
//-------------------------------------------------------------------------------

#define REM_STD	5	// this remote work in five codes standard RC-5

#define IR_PLAY		0x403f /* TV 	*/
#define IR_STOP		0x4038 /* AV 	*/
#define IR_NEXT		0x4020 /* CH+ 	*/
#define IR_PREV		0x4021 /* CH-	*/
#define IR_VOLUP	0x4010 /* VOL+ 	*/
#define IR_VOLDN	0x4011 /* VOL- 	*/
#define IR_NEXT10	0x401c /* CONTRAST+ */  
#define IR_PREV10	0x401d /* CONTRAST- */
#define IR_NEXTD	0x4012 /* BRIGHTNESS+ */
#define IR_PREVD	0x4013 /* BRIGHTNESS- */
#define IR_NEXTL	0xffff 
#define IR_PREVL	0xffff 
#define IR_FFWD		0x4014 /* SATURATION+ */ 
#define IR_FREW		0x4015 /* SATURATION- */
#define IR_RANDOM	0x400e /* NORMAL*/
#define IR_LOUDNESS	0x400d /* MUTE	*/
#define IR_REMAIN	0xffff
#define IR_RESET	0x400c /* POWER */
#define IR_EJECT	0x400f /* STATUS */		// used in CD version

#define IR_0		0x4000
#define IR_1		0x4001
#define IR_2		0x4002
#define IR_3		0x4003
#define IR_4		0x4004
#define IR_5		0x4005
#define IR_6		0x4006
#define IR_7		0x4007
#define IR_8		0x4008
#define IR_9		0x4009

⌨️ 快捷键说明

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