This commit is contained in:
e2002
2023-03-10 21:44:34 +03:00
parent 30ded099ae
commit 9ac7b0efc6
5 changed files with 49 additions and 4 deletions

View File

@@ -65,6 +65,8 @@ https://aliexpress.com/item/32965676064.html
- or **GC9A01A** 1.28' 240x240 https://aliexpress.com/item/1005004069703494.html?sku_id=12000029869654615
- or **ILI9488** 3.5' 480x320 SPI https://aliexpress.com/item/1005001999296476.html?sku_id=12000018365356570
- or **ILI9486** (Testing mode) 3.5' 480x320 SPI https://aliexpress.com/item/1005001999296476.html?sku_id=12000018365356568
- or **SSD1322** 2.8' 256x64 SPI https://aliexpress.com/item/1005003480981568.html
(see [Wiki](https://github.com/e2002/yoradio/wiki/Available-display-models) for more details)
##### Controls
- Three tact buttons https://www.aliexpress.com/item/32907144687.html
@@ -222,6 +224,9 @@ Work is in progress...
---
## Version history
#### v0.9.045
- added support for SSD1322 256x64 2.8' OLED display https://aliexpress.com/item/1005003480981568.html
#### v0.9.022
- optimization of the display of the list of stations
- now the playlist size can be changed with one parameter in the yoRadio/src/displays/conf/display<span>_XXXX_</span>conf.h file --> _const ScrollConfig playlistConf_ param #3