This commit is contained in:
e2002
2023-03-12 15:12:32 +03:00
parent 70306bfc59
commit f7d50daa00
4 changed files with 18 additions and 14 deletions

View File

@@ -66,6 +66,7 @@ https://aliexpress.com/item/32965676064.html
- or **ILI9488** 3.5' 480x320 SPI https://aliexpress.com/item/1005001999296476.html?sku_id=12000018365356570 - 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 **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 - or **SSD1322** 2.8' 256x64 SPI https://aliexpress.com/item/1005003480981568.html
- or **ST7920** 2.6' 128x64 SPI https://aliexpress.com/item/32699482638.html
(see [Wiki](https://github.com/e2002/yoradio/wiki/Available-display-models) for more details) (see [Wiki](https://github.com/e2002/yoradio/wiki/Available-display-models) for more details)
@@ -225,6 +226,9 @@ Work is in progress...
--- ---
## Version history ## Version history
#### v0.9.058
- added support for ST7920 128x64 2.6' OLED display https://aliexpress.com/item/32699482638.html
#### v0.9.045 #### v0.9.045
- added support for SSD1322 256x64 2.8' OLED display https://aliexpress.com/item/1005003480981568.html - added support for SSD1322 256x64 2.8' OLED display https://aliexpress.com/item/1005003480981568.html

View File

@@ -1,7 +1,7 @@
#ifndef options_h #ifndef options_h
#define options_h #define options_h
#define YOVERSION "0.9.057" #define YOVERSION "0.9.058"
/******************************************************* /*******************************************************
DO NOT EDIT THIS FILE. DO NOT EDIT THIS FILE.

View File

@@ -10,7 +10,7 @@
#define LOGO_HEIGHT 32 #define LOGO_HEIGHT 32
#ifndef DEF_SPI_FREQ #ifndef DEF_SPI_FREQ
#define DEF_SPI_FREQ 8000000UL /* set it to 0 for system default */ #define DEF_SPI_FREQ 8000000UL
#endif #endif
const unsigned char logo [] PROGMEM= const unsigned char logo [] PROGMEM=