📄 constants.h
字号:
#ifndef CONSTANTS_H
#define CONSTANTS_H
#define APP_NAME "dib2device"
#define INPUT_DIB 'i'
#define OUTPUT_DDB 'o'
#define BIT_DEPTH 'd'
#define OUTPUT_SREC 's'
#define SREC_ADDRESS 'a'
#define DEFAULT_OUTPUT_DDB "output.ddb"
#define DEFAULT_BIT_DEPTH "16"
#define DEFAULT_SREC_ADDRESS "A0100000"
#endif /*
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -