Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Screen rotations and custom programming

    Scheduled Pinned Locked Moved
    PanelDue
    2
    3
    710
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Robocopundefined
      Robocop
      last edited by

      Hi guys, a couple of questions about the 4.3" Panel Due.....

      1. If I was to require the screen to be rotated into portrait orientation, can the GUI be told to follow suit?
      2. If we want to custom programming the Panel Due (we are not using it for a 3D printer) then how difficult is this and is there high quality documentation showing how to draw the GUI and do the necessary comms with the Duet motherboard?

      Thanks, Rob

      1 Reply Last reply Reply Quote 0
      • Robocopundefined
        Robocop
        last edited by

        Oh, I should have added to that..... is the screen resistive or capacitive touch-sensitive? Hopefully the latter.....

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          The touch screen is resistive, which is better than capacitive when you need to be sure to hit the right button because you can use the tip of your fingernail oir a stylus to get extra precision. The main drawback of resistive touch panels is that they don't support multi-touch.

          To use PanelDue in portrait mode, you would need to redesign the screen layouts. The low level display driver module can handle any screen orientation.

          The code is open source, it's at https://github.com/dc42/panelDueFirmware. There is no additional documentation.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA