How can I make Panel Due to show an icon
-
Hi guys. How can I make PanelDue to show an icon for 2 3 seconds when I power on the printer? Or how can I make it to show a text or even say something like hello. Thanks!
-
Put
M291 P"message" R"title" S1 T3 Z0
at the end of your config.g
This will show a textbox for 3 seconds. -
It does not have effect. I want something more graphical as a color icon to be shown. Not a normal message. Thanks!
-
The PanelDue firmware has the facility to display a compressed bitmap for a few seconds at startup. For customers buying PanelDue in bulk, I do special firmware builds with a bitmap of their choice. Individual users would have to compile the firmware themselves to add the image.
All version 3 PanelDue boards can support this, but earlier versions can only if either the TFT panel is the 4.3" version or if the processor is the ATSAM3S4BA, not the ATSAM3S2BA.
-
What software would I look at using to modify paneldue firmware. Not a programmer but wanting to learn. Also what software is the firmware for Duet wifi built in.
-
It's built in C++. See https://github.com/dc42/PanelDueFirmware/blob/master/BuildInstructions.md.