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
**See [wiki](https://github.com/e2002/yoradio/wiki/How-to-flash#preparing) for details**
154
173
155
174
---
156
175
## Hardware setup
@@ -206,6 +225,8 @@ _\*this step can be skipped if you add WiFiSSID WiFiPassword pairs to the [yoRad
206
225
**Localization:**
207
226
Если Adafruit_GFX ещё не русифицирована, русифицировать её, заменив файл Arduino/libraries/Adafruit_GFX_Library/glcdfont.c файлом [yoRadio/fonts/glcdfont.c](yoRadio/fonts/glcdfont.c)
208
227
228
+
**See [wiki](https://github.com/e2002/yoradio/wiki/How-to-flash#build--flash) for details**
229
+
209
230
---
210
231
## Update
211
232
1. Backup your settings: \
@@ -291,11 +312,22 @@ download _http://\<yoradioip\>/data/playlist.csv_ and _http://\<yoradioip\>/data
291
312
292
313
---
293
314
## Plugins
294
-
At the moment, you can display additional information on the display by writing a few additional functions. There is no documentation yet, you will have to deal with the example, which is in file[exsamples/plugins/displayhandlers.ino](exsamples/plugins/displayhandlers.ino).\
315
+
At the moment, you can display additional information on the display by writing a few additional functions. There is no documentation yet, you will have to deal with the examples, which is in directory[exsamples/plugins/](https://github.com/e2002/yoradio/tree/main/exsamples/plugins).\
295
316
Work is in progress...
296
317
297
318
---
298
319
## Version history
320
+
#### v0.7.330
321
+
**!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!**\
322
+
**Please backup playlist.csv and wifi.csv before updating.**
323
+
- added the ability to configure parameters through the [web interface](images/settings.png)
324
+
- new parameter BRIGHTNESS_PIN - pin for adjusting the brightness of the display. Details in [exsamples/myoptions.h](exsamples/myoptions.h#L105)
325
+
- the weather plugin is integrated into the code, the settings are made through the web interface
326
+
327
+
_**PS:** Due to the change in the storage location of settings in the ESP memory, settings such as:_\
328
+
**smartstart, audioinfo, time zone, IR remote, last volume level, last played station, equalizer**\
329
+
_will have to be configured again through the web interface. Please understand and forgive._
330
+
299
331
#### v0.7.017
300
332
- fix initialization of some vs1053b green boards
301
333
- fix VU initialization on vs1053b boards
@@ -317,7 +349,7 @@ Work is in progress...
317
349
318
350
#### v0.6.494
319
351
- adding VU meter for displays ST7735 160x128, ST7735 128x128, ILI9341 320x240, ST7789 320x240 \
320
-
option ENABLE_VU_METER (see [myoptions.h](exsamples/myoptions.h#L113) for exsample) \
352
+
option ENABLE_VU_METER (see [myoptions.h](exsamples/myoptions.h) for exsample) \
321
353
**!!! Important !!!**\
322
354
if you enable this feathure on the esp32 wroom, due to lack of memory, you must modify the file Arduino/libraries/AsyncTCP/src/AsyncTCP.cpp \
323
355
**replace the line 221**\
@@ -344,8 +376,8 @@ Work is in progress...
344
376
345
377
#### v0.6.355
346
378
- added support for ST7789 1.3' 240x240 SPI displays \
347
-
_!!! Important !!! This display requires further development when used in conjunction with the VS1053 module. \
348
-
See this link for details https://www.instructables.com/Adding-CS-Pin-to-13-LCD/_
379
+
_!!! Important !!! This display requires further development when used in conjunction with the VS1053 module._\
380
+
See this link for details https://www.instructables.com/Adding-CS-Pin-to-13-LCD/
349
381
350
382
#### v0.6.348
351
383
- fixed display bugs in the rssibitrate plugin
@@ -368,7 +400,7 @@ Work is in progress...
368
400
- added support for ILI9225 220x176 SPI displays
369
401
- added support for I2S internal DAC, option I2S_INTERNAL (see [myoptions.h](exsamples/myoptions.h#L111) for exsample) \
370
402
_(this option worked only with esp32 core version==2.0.0)_
371
-
- new option SOFT_AP_REBOOT_DELAY (see [myoptions.h](exsamples/myoptions.h#L112) for exsample)
403
+
- new option SOFT_AP_REBOOT_DELAY (see [myoptions.h](exsamples/myoptions.h) for exsample)
372
404
- fixed MQTT connection when WiFi reconnected
373
405
- fixed date display for ILI9341 displays
374
406
- fixed garbage on volume control with displays ILI9341
/* (See this note If INITR_BLACKTAB have a noisy line on one side of the screen https://github.com/e2002/yoradio#note-if-initr_blacktab-dsp-have-a-noisy-line-on-one-side-of-the-screen-then-in-adafruit_st7735cpp ) */
/* (See this note If INITR_BLACKTAB have a noisy line on one side of the screen https://github.com/e2002/yoradio#note-if-initr_blacktab-dsp-have-a-noisy-line-on-one-side-of-the-screen-then-in-adafruit_st7735cpp ) */
0 commit comments