Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
182 stars 45 forks source link

LCD_1602 How to display debug info #134

Open kpiwo opened 6 months ago

kpiwo commented 6 months ago

Hi, what changes in the code should I make to get on LCD_1602 debug information such as Connecting to Wifi status or ip address.

aly-fly commented 6 months ago

Best way forward: just abandon the idea if 2x16 char LCD, it is useless anyway. Use standard graphic LCD that is recommended and your experience will be waaay better. :) p.s. HNY 2024 :)

kpiwo commented 6 months ago

Thank you. Happy New Year. I'm using some bigger LCD 2x24 char, because it fits into classic Diora stereo tuner. To make display to work I use LCD1602 library with some modifications. This Diora stereo tuner: 20240101_185402 That's why I need to see what IP address I get when esp32 radio is connecting to network.

aly-fly commented 6 months ago

Search in the code where IP address is printed onto the graphic LCD during boot. Take code where print-out to your LCD type happen and copy to the initialization part. Add text with IP data.

FlintEastwood commented 5 months ago

Please take a look in my fork: https://github.com/FlintEastwood/ESP32Radio-V2

I already have implemented this with tftlog messages and some more stuff too for the LCD1602. My IPdio is successfully revived now. :)