You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- or **LCD1602** 16x2 I2C https://aliexpress.com/item/32305776560.html
46
46
- or **LCD1602** 16x2 without I2C https://aliexpress.com/item/32305776560.html
47
47
- or **SSD1327** 1.5' 128x128 I2C https://aliexpress.com/item/1005001414175498.html
48
-
- or **ILI9341** 3.2'320x240 SPI https://aliexpress.com/item/33048191074.html
48
+
- or **ILI9341** 3.2' 320x240 SPI https://aliexpress.com/item/33048191074.html
49
+
- or **ILI9341** 2.8' 320x240 SPI https://aliexpress.com/item/1005004502250619.html
49
50
- or **SSD1305 (SSD1309)** 2.4' 128x64 SPI/I2C https://aliexpress.com/item/32950307344.html
50
51
- or **SH1107** 0.96' 128x64 I2C https://aliexpress.com/item/4000551696674.html
51
52
- or **GC9106** 0.96' 160x80 SPI (looks like ST7735S, but it's not him) https://aliexpress.com/item/32947890530.html
52
53
- or **LCD2004** 20x4 I2C https://aliexpress.com/item/32783128355.html
53
54
- or **LCD2004** 20x4 without I2C https://aliexpress.com/item/32783128355.html
54
55
- or **ILI9225** 2.0' 220x176 SPI https://aliexpress.com/item/32952021835.html
55
56
- or **Nextion displays** - [more info](https://github.com/e2002/yoradio/tree/main/nextion)
57
+
- or **ST7796** 3.5' 480x320 SPI https://aliexpress.com/item/1005004632953455.html?sku_id=12000029911293172
56
58
57
59
##### Controls
58
60
- Three tact buttons https://www.aliexpress.com/item/32907144687.html
@@ -299,6 +301,16 @@ Work is in progress...
299
301
300
302
---
301
303
## Version history
304
+
#### v0.8.03b
305
+
- added support for ST7796 display
306
+
- added support for capacitive touch GT911
307
+
- HSPI bus support added - DSP_HSPI, VS_HSPI, TS_HSPI options More details in examples/myoptions.h
308
+
- changed the method of connecting the touchscreen in myoptions.h Now instead of specifying TS_CS, you must specify TS_MODEL (by default TS_MODEL_UNDEFINED) More details in examples/myoptions.h
309
+
- new parameters TS_SDA, TS_SCL, TS_INT, TS_RST for GT911 touchscreen
310
+
- new parameters LIGHT_SENSOR and AUTOBACKLIGHT - to automatically adjust the brightness of the display. More details in examples/myoptions.h
311
+
- new parameter LED_INVERT (true/false) - to invert the behavior of the built-in LED
312
+
- fixed bug with extra sign } in humidity value
313
+
302
314
#### v0.8.02b
303
315
- fixed artifacts when displaying the volume level
304
316
- changes in mytheme.h . Added colors COLOR_PL_CURRENT, COLOR_PL_CURRENT_BG, COLOR_PL_CURRENT_FILL. Details in [exsamples/mytheme.h](exsamples/mytheme.h)
//#define WAKE_PIN 255 /* Wake Pin (for manual wakeup from sleep mode. can match with BTN_XXXX, ENC_BTNB, ENC2_BTNB. must be one of: 0,2,4,12,13,14,15,25,26,27,32,33,34,35,36,39) */
120
142
/* For sample #define ENC_BTNB 36 - next line - #define WAKE_PIN ENC_BTNB */
121
-
/* VU settings. See the default settings for your display in file yoRadio/display_vu.h */
0 commit comments