Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCD_1602 How to display debug info #134

Open
kpiwo opened this issue Jan 1, 2024 · 4 comments
Open

LCD_1602 How to display debug info #134

kpiwo opened this issue Jan 1, 2024 · 4 comments

Comments

@kpiwo
Copy link

kpiwo commented Jan 1, 2024

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
Copy link

aly-fly commented Jan 1, 2024

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
Copy link
Author

kpiwo commented Jan 1, 2024

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
Copy link

aly-fly commented Jan 3, 2024

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
Copy link

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants