Skip to content

Releases: e2002/yoradio

v0.9.058

12 Mar 18:35
Compare
Choose a tag to compare
  • 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/displayXXXXconf.h file --> const ScrollConfig playlistConf param #3
  • added support for ST7920 128x64 2.6' OLED display https://aliexpress.com/item/32699482638.html
  • added support for SSD1322 256x64 2.8' OLED display https://aliexpress.com/item/1005003480981568.html
  • fixed fonts for ILI9225 display
  • fixes in Nextion displays
  • bug fixes (including BUFFER FILLED IN 403 MS)

v0.9.001

09 Mar 05:12
Compare
Choose a tag to compare
  • added WEB Board Uploader. ESP32 Filesystem Uploader is no longer needed, the initial setup can be done in the browser. (see wiki for more info)
  • fixed error getting weather for some locations
  • fixed compilation error netserver.cpp:63:28 for some configurations

v0.8.990

05 Mar 06:59
Compare
Choose a tag to compare
  • fixed error displaying access point credentials when DSP_INVERT_TITLE is false
  • fixed compilation error for OLED displays when DSP_INVERT_TITLE is false
  • DSP_INVERT_TITLE now works for all displays when assigned #define DSP_INVERT_TITLE false the display title takes on a "classic" look (light letters on a dark background)
  • advanced weather display - wind direction and strength, feels like
  • sea level pressure changed to surface pressure
  • added degree icon [*ps]
  • displaying the WiFi signal level in graphical form [*ps]

[*ps] - glcdfont.c from the Adafruit_GFX_Library library has been changed to add new icons, so for the correct display of all this, you need to replace the specified file in the Adafruit_GFX library with the file from the yoRadio/fonts/ folder

v0.8.962

02 Mar 08:51
Compare
Choose a tag to compare
  • fixed reboot error after sending media from Home Assistant
  • fixed bug when playing media from Home Assistant for VS1053
  • fix grammar errors
  • added support for remote media playback from Home Assistant (Local Media, Radio Browser, TTS)

v0.8.933

11 Feb 20:58
Compare
Choose a tag to compare
  • added support for ILI9488 display
  • added support for ILI9486 display in testing mode

v0.8.920

20 Jan 10:50
Compare
Choose a tag to compare

!!! a full update with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!
Please backup playlist.csv and wifi.csv before updating.

  • fixed bug with displaying horizontal scroll in playlist
  • fixed compilation error with IR_PIN=255
  • libraries async-mqtt-client, AsyncTCP, ESPAsyncWebServer moved to the project
  • new parameter #define XTASK_MEM_SIZE - buffer size for AsyncTCP task (4096 by default)

v0.8.901

17 Jan 12:30
Compare
Choose a tag to compare

!!! a full update with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!
Please backup playlist.csv and wifi.csv before updating.

  • added SD Card support (more info in connection table and exsamples/myoptions.h)
  • added MODE button to switch SD/WEB modes (more info in Controls.md)
  • asterisk on the remote control now switches SD/WEB modes
  • double click BTN_CENTER and ENC_BTNB now toggles SD/WEB modes
  • bug fixes

v0.8.173

10 Dec 22:55
Compare
Choose a tag to compare
  • added numeric IR remote buttons in configurations with DSP_DUMMY
  • LED_BUILTIN is now 255 by default (off)
  • bootlog added
  • fixed work of start/stop button in configurations with DSP_DUMMY
  • fixed navigation bug in playlist with more than 255 stations
  • fixed work of encoders in configurations with DSP_DUMMY
  • fixed missing volume value bug when switching to volume control dialog
  • fixed compilation error without encoder
  • fixed unclosed comment in exsamples/myoptions.h

v0.8.112

30 Nov 14:25
Compare
Choose a tag to compare
  • increased length of SSID string to 30 characters (requires full update + ESP32 Data Upload)
  • fixed artifacts when adjusting the volume on OLED displays
  • fixed bug with missing current station in playlist on OLED displays
  • new parameter DSP_INVERT_TITLE - invert colors in station name for OLED displays (more details in exsamples/myoptions.h)
  • added support for GC9A01A display https://aliexpress.com/item/1005004069703494.html?sku_id=12000029869654615
  • fixed compilation error with BOOMBOX_STYLE parameter
  • fixes in default configuration for GC9A01A display

v0.8.03b

18 Nov 11:00
Compare
Choose a tag to compare
  • added support for ST7796 display
  • added support for capacitive touch GT911
  • HSPI bus support added - DSP_HSPI, VS_HSPI, TS_HSPI options More details in examples/myoptions.h
  • 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
  • new parameters TS_SDA, TS_SCL, TS_INT, TS_RST for GT911 touchscreen
  • new parameters LIGHT_SENSOR and AUTOBACKLIGHT - to automatically adjust the brightness of the display. More details in examples/myoptions.h
  • new parameter LED_INVERT (true/false) - to invert the behavior of the built-in LED
  • fixed bug with extra sign } in humidity value