align.h
来自「keil C51 LCD 驱动源码,其中还有I2C驱动,ADC驱动,键盘操作等,」· C头文件 代码 · 共 29 行
H
29 行
#define SCALER_R_GAIN 0x80
#define SCALER_G_GAIN 0x81
#define SCALER_B_GAIN 0x82
#define SCALER_R_OFFSET 0x83
#define SCALER_G_OFFSET 0x84
#define SCALER_B_OFFSET 0x85
#define ADC_R_GAIN 0x86
#define ADC_G_GAIN 0x87
#define ADC_B_GAIN 0x88
#define ADC_R_OFFSET 0x89
#define ADC_G_OFFSET 0x8A
#define ADC_B_OFFSET 0x8B
#define ALIGN_9300 0x8C
#define ALIGN_6500 0x8D
#define ALIGN_5000 0x8F
#define ALIGN_USER 0x90
#define ALIGN_CONTRAST 0x91
#define ALIGN_BRIGHTNESS 0x92
#define ALIGN_AUTO_SIZE 0x94
#define ALIGN_WHITE 0x95
#define ALIGN_SAVE 0x96
#define ALIGN_POWER 0x97
#define ALIGN_INITIAL 0x98
#define ALIGN_BURNIN 0x99
#define ALIGN_FACTORY 0x9A
#define ALIGN_SWRESET 0x9B
#define ALIGN_LANGUAGE 0x9C
#define ALIGN_USERCOLOR_SEL 0x9D
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?