ht1621.inc
来自「ELAN IR接收」· INC 代码 · 共 37 行
INC
37 行
ifndef HT1621_INC
HT1621_INC equ 0x01
;lcd on command: 100 10000000011X
lcd_on_high equ 0x08 ;1000
lcd_on_low equ 0x06 ;0000 011X(X=0)
lcd_sys_en_high equ 0x08 ;1000
lcd_sys_en_low equ 0x02 ;0000 001X(X=0)
lcd_tone_on_high equ 0x08 ;1000
lcd_tone_on_low equ 0x12 ;0001 001X(X=0)
lcd_tone_4k_high equ 0x08 ;1000
lcd_tone_4k_low equ 0x80 ;0000 0000
lcd_tone_2k_high equ 0x08 ;1000
lcd_tone_2k_low equ 0xc0 ;1100 0000
lcd_tone_off_high equ 0x08 ;1000
lcd_tone_off_low equ 0x10 ;0001 0000
;lcd 1/3 bias 4 commons option.
lcd_BIAS3_4C_high equ 0x08 ;1000
lcd_BIAS3_4C_low equ 0x52 ;0101 0010
lcd_tmr_off_high equ 0x08 ;1000
lcd_tmr_off_low equ 0x08 ;0000 1000
lcd_wdt_off_high equ 0x08
lcd_wdt_off_low equ 0x0a
endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?