diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe78211a..49a1e98a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7a0f9b929..86a82cf5c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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) diff --git a/tasmota/displaydesc/ST7789_280x240_ZJY169S0800TG01_diplay.ini b/tasmota/displaydesc/ST7789_280x240_ZJY169S0800TG01_diplay.ini new file mode 100644 index 000000000..173189da9 --- /dev/null +++ b/tasmota/displaydesc/ST7789_280x240_ZJY169S0800TG01_diplay.ini @@ -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 +# \ No newline at end of file