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

    How To Update Splashscreen On PD3.4.0?

    Scheduled Pinned Locked Moved Solved
    PanelDue
    2
    6
    362
    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.
    • Notepadundefined
      Notepad
      last edited by

      Hi all,

      Just wondering what the process is for updating the splash screen on the new firmware. I had a custom logo way back in time when 1.xx was the goto, and I was wondering how the process of updating it has changed.

      I tried the old method with the bmp2c and command line, but no dice.

      Kind regards
      N

      The real bamboo printer manufacturer

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        I don't think the process has changed. What happens when you try the bmp2c tool?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Notepadundefined
          Notepad
          last edited by Notepad

          @Phaedrux Starting fresh so each step is visible:

          Starting with only 2 things in an empty workspace environment. 1) bmp2c.exe 2)DuetSplashScreen.bmp

          Open CMD at target location and: bmp2c -binary -outfile ConstructLogo.bin ConstructLogo.bmp

          Produces loverly ConstructLogo.bin in the target file

          download PanelDueFirmware-3.4.0-v3-7.0.bin so its nice and fresh

          run: bmp2c copy /b PanelDueFirmware-3.4.0-v3-7.0.bin+ConstructLogo.bin PanelDueFirmware.bin

          panic: open copy: The system cannot find the file specified.

          goroutine 1 [running]:

          main.main()

               /home/manuel/Sync/3DP/github/PanelDueFirmware/Tools/gobmp2c/bmp2c.go:46 +0x12b6
          

          So I think the name of the file may be the issue, so I will rename PanelDueFirmware-3.4.0-v3-7.0.bin -> PanelDueFirmware.bin but the same error appears.

          hope this helps.

          The real bamboo printer manufacturer

          1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by Phaedrux

            Are you using an administrator command line prompt?

            Z-Bot CoreXY Build | Thingiverse Profile

            Notepadundefined 1 Reply Last reply Reply Quote 0
            • Notepadundefined
              Notepad @Phaedrux
              last edited by

              @phaedrux Yes I am. at first I wasn't but I just tried again, no dice.
              f065395e-1c62-4e16-8e0d-a6ffc9eac5f0-image.png

              The real bamboo printer manufacturer

              1 Reply Last reply Reply Quote 0
              • Notepadundefined
                Notepad
                last edited by

                Issue Found!
                Screenshot_001.jpg
                Turns out the copy instruction is native to windows and not the program itself. The documentation doesn't make it very clear that this instruction line shouldn't be prepend with 'bmp2c.exe'. Or it could just be me a bit slow on the uptake.

                anyway, all sorted!

                The real bamboo printer manufacturer

                1 Reply Last reply Reply Quote 1
                • dc42undefined dc42 marked this topic as a question
                • dc42undefined dc42 has marked this topic as solved
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA