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

📄 ircode_cypress_panasonic.h

📁 凌阳公司机sunplus1002在这个芯片下
💻 H
字号:
#ifndef __IRCODE_M_H#define	__IRCODE_M_H/*** MTK 42 key**** TYPE:	NEC** ADDR:	0xff*/#define _IRCODE_INC_V //kenny add it 891004#define IR_PANASONIC#define IR_ADDR_PATT	0x0100 //0x0120//0x0140#define IR_ADDR_PATT1    0x0120#define IR_ADDR_PATT2    0x0140#include "irconfig.h"//need to be modified#define IR_RETURN       0xc2#define IR_EJECT        0x00#define IR_STOP         0xaa#define IR_POWER        0x30#define IR_VOLUME_UP    0xb0#define IR_VOLUME_DOWN  0x70#define IR_POWER2		revn(0x9f, 8)#define IR_RETURN2		revn(0x97, 8)#ifdef	SUPPORT_IR_GAME#define IR_RIGHT		0x42	//right key#define IR_LEFT			0x72	//left	key#define IR_DOWN			0xd2	//down key#define IR_UP			0xe2	//up key#define IR_START		0x90	//1 key#define IR_SELECT		0xa0	//2 key#define IR_A_KEY		0x22	//10+ key#define IR_B_KEY		0x02	//0 key#define IR_RIGHT_UP		0x60	//5 key#define IR_LEFT_UP		0x50	//4 key#define IR_RIGHT_DOWN	0xe0	//8 key#define IR_LEFT_DOWN	0xd0	//7 key#define IR_RIGHT2		0xa8	//L/R key#define IR_LEFT2		0xb8	//preview key#define IR_DOWN2		0x58	//angle	key#define IR_UP2			0x18	//A-B key#define IR_START2		0x28	//SLOW+/- key#define IR_SELECT2		0x08	//PAUSE/step key#define IR_A_KEY2		0x68	//LANGUAGE key#define IR_B_KEY2		0x48	//SUB-TITLE2 key#endif#endif/*__IRCODE_M_H*/

⌨️ 快捷键说明

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