📄 ircode_apollo.h
字号:
#ifndef __IRCODE_APOLLO_H#define __IRCODE_APOLLO_H/*** MTK 42 key**** TYPE: NEC** ADDR: 0xff*/#define _IRCODE_INC_V //kenny add it 891004#define IR_NEC//zengjun 050819 modify#ifdef IR_APOLLO_00F7#define IR_ADDR_PATT 0x00F7#endif#ifdef IR_APOLLO_10EF#define IR_ADDR_PATT 0x10EF#endif#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)#endif/* __IRCODE_APOLLO_H*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -