-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Display not scrowling #427
Comments
Use a recent development branch and advise if the issue is resolved. ESP32 is still beta, until DCC-EX release 5.4. .. reply was left on discord, but I see where your question was not answered the first time when posted several days earlier. discord is much preferred; don't hesitate to open a ticket on discord. |
Thanks for answering. I tried version 5.2.91 from the 'devel' branch and also version 5.2.88 using the Installer. Both do work! I'd like to suggest to include the port number in the second display page. I saw a patch in the docs (https://dcc-ex.com/reference/hardware/i2c-displays.html#combine-ip-address-and-port-on-oled) to do this but it would be easier for non-programmers to have the port number displayed as default. EDIT: for the ESP32 the IP address displayed is in the file 'WifiESP32.cpp', line 220. The original line is: I've replaced it by the following lines - that maybe is more informative (but may I use LCD lines 5 and 6?): |
I'm trying an OLED display (128x32) on my CommandStation 5.0.9 (using ESP32 Dev Kit), but it's not showing the IP Address. It just shows these 4 lines:
DCC-EX v5.0.9
Lic GPLv3
Power Off
Free RAM=201080b
I've tried both modes: STA and AP - same 4 lines. Shouldn't the display change the page each 3 seconds and show the IP Address and some other useful info?
Now I just changed the display to a LCD 4x20 - same result, same 4 lines.
I've tried uploading the firmware using the Installer (vs 0.20) and also using VSCODE. On VSCode I tried changing the SCROLLMODE to 0, 1 and 2 in the config.h. Same results.
(Sorry to post here - I tried to post on Discord but never got any answer there)
The text was updated successfully, but these errors were encountered: