mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
302 stars 92 forks source link

Si4703 with esp32, screen goes white #69

Closed fungreenfox closed 2 months ago

fungreenfox commented 1 year ago

Building a stationary radio with esp32 wroom 30 pin, and display ili 9488 3.5". Problem is, that when the Si4703 radio module is initialized seconds later after the tft.ini(), the display goes all white. It appears to react upon the touch, so it is somehow active. The reversing doesnt affect. There is a spiffs calibration running if wanted, and it doesnt go white background when calibratrion is going on. The latest tft_espi libs are not used, since someone said there was trouble with it, and this older version appears to work with lesser implementations. How to solve the display issue? Script is complicated, and attached as links. dropbox arduino esp32 radio 2c - The script https://www.dropbox.com/s/5jcuh6wvon71o4a/arduino_radio7_Si4703_V1_Tiny_RTC_copy2c.zip?dl=0

The tft_espi files https://www.dropbox.com/s/arvvz5odn1p30hp/TFT_eSPI.zip?dl=0

And a picture: https://www.dropbox.com/s/wdcw3mbrlspm6c4/radio2c.jpg?dl=0