📄 interface.cpp
字号:
#include "Interface.h"
#include "ClockApp.h"
const UCHAR DataLed[] = {127-64, //0
2+4, //1
127-32-4, //2
127-32-16, //3
2+4+32+64, //4
127-2-16, //5
127-2, //6
1+2+4, //7
127, //8
127-16, //9
127-8, //A
127-1-2, //b
127-1-2-32, //c
127-1-32, //d
127-2-4, //E
127-2-4-8}; //f
CInterface::CInterface()
{
}
CInterface::~CInterface()
{
}
bool CInterface::OnKeyPress(UCHAR key, UCHAR sec, UCHAR down)
{
return false;
}
void CInterface::OnTick()
{
}
void CInterface::OnKillFocus()
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -