📄 hwimage.h
字号:
//****************************************************************
// Hardware image file used to configure the device
//****************************************************************
//****************************************************************
// trigger_code
//****************************************************************
static unsigned char trigger_code[] =
{
0,0
};
//****************************************************************
// new_code
//****************************************************************
static unsigned char new_code[] =
{
0,0
};
const int trigger_code_size = sizeof(trigger_code);
const int new_code_size = sizeof(new_code);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -