mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 17:56:31 +00:00
Add Universal display driver for ZJY169S0800TG01 ST7789 280x240 (#23638)
This commit is contained in:
parent
fffda63f3c
commit
0a80f45636
@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
|
||||
- I2S additions (#23543)
|
||||
- NeoPool add Redox tank alarm (#19811)
|
||||
- Berry f-strings now support ':' in expression (#23618)
|
||||
- Universal display driver for ZJY169S0800TG01 ST7789 280x240 (#23638)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
@ -116,6 +116,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||
|
||||
## Changelog v15.0.1.1
|
||||
### Added
|
||||
- Universal display driver for ZJY169S0800TG01 ST7789 280x240 [#23638](https://github.com/arendst/Tasmota/issues/23638)
|
||||
- NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811)
|
||||
- I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543)
|
||||
- Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618)
|
||||
|
@ -0,0 +1,21 @@
|
||||
:H,ST7789,280,240,16,SPI,1,*,*,*,*,*,*,*,40
|
||||
:S,2,1,1,0,80,30
|
||||
:I
|
||||
01,A0
|
||||
11,A0
|
||||
3A,81,55
|
||||
36,81,00
|
||||
21,80
|
||||
13,80
|
||||
29,A0
|
||||
:o,28
|
||||
:O,29
|
||||
:A,2A,2B,2C
|
||||
:R,36
|
||||
:0,A0,14,00,01
|
||||
:1,00,00,14,02
|
||||
:2,60,14,00,03
|
||||
:3,C0,00,14,00
|
||||
:i,21,20
|
||||
:D,50
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user