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

📄 rc26.def

📁 fat文件系统的源码 老外写的FAT32文件系统 还是有用的
💻 DEF
字号:
//-------------------------------------------------------------------------------
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -