Duet3D / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
947 stars 538 forks source link

In SBC mode the network IP address is not available to the 12864 display system #864

Open dc42 opened 1 year ago

dc42 commented 1 year ago

Duet Forum Discussion Thread

https://forum.duet3d.com/topic/32638/12864-lcd-n534-is-not-work-in-duet3-mini5-ver-3-4-5

Firmware Version

3.4.5

Are you using a Single Board Computer (RaspberryPi) with your Duet?

What happened?

The following 12864 menu entry does not work in SBC mode:

text R54 C17 F0 T"IP:"
value N534 W30
chrishamm commented 1 year ago

The same limitation applies to PanelDue.

T3P3 commented 6 months ago

@droftarts please document that the IP address is not available on 12864 displays in SBC mode

dc42 commented 5 months ago

Now that DSF provides the IP address to the Duet as of firmware 3.5.2 it should be straightforward to fix this. It should already work on PanelDue.

chrishamm commented 1 week ago

Second fix is 68d796e6. I haven't tested this code yet.