Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Idiots guide to splash screen

    PanelDue
    4
    9
    573
    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.
    • Stevo
      Stevo last edited by

      Hi all wondered if one of you would help me out please I have resized an image to 800 x 480 as a bmp then run it though the erscher converter and now have a bin file of that.
      I’m struggling to understand how I integrate this into the 5”-7” int without logo bin
      Ihave both files on the desktop tried many times to the instructions on github I’m just not getting it

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

        Are you getting an error message?

        You do have to be careful about getting the file names correct.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Stevo
          Stevo last edited by Stevo

          Hi J
          My Logo is WILE E COYOTE and named WILE E.bin the file has converted fine to a bin file and is on the desktop along with the original file for the PanelDue-5.0i-7.0i-nologo.bin

          So instruction is to "Run this Windows command to append it to the binary: copy /b PanelDue-v3-5.0-nologo.bin+myimage.bin PanelDueFirmware.bin"

          I am entering the following at the command prompt and its not working.

          copy /b PanelDue-5.0i-7.0i-nologo.bin+WILE E.bin PanelDueFirmware.bin

          I receive an error message

          Really sorry if Im explaining it badly i think Im nearly there just the letter is throwing me.
          Your help much appreciated.

          1 Reply Last reply Reply Quote 0
          • PaulHew
            PaulHew last edited by

            It could be that there are spaces in your filename.
            Copy the file to something simple say WILEE.bin and try the command line again.
            HTH
            Paul

            RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
            Voron 2.4 disassembled..... Waiting for the RailCore Mini....

            Stevo 1 Reply Last reply Reply Quote 1
            • Stevo
              Stevo @PaulHew last edited by

              @paulhew Thanks Paul

              1 Reply Last reply Reply Quote 0
              • Stevo
                Stevo last edited by

                Should the program for converting the bitmap to bin actually open up

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

                  No it's all command line only

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • A Former User
                    A Former User last edited by

                    its good practice to avoid spaces in file names, but if you do use them, then quotes or escaping them is necessary on the command line.

                    copy /b PanelDue-5.0i-7.0i-nologo.bin + "WILE E.bin" PanelDueFirmware.bin would likely work.

                    1 Reply Last reply Reply Quote 1
                    • Stevo
                      Stevo last edited by

                      Thank you all for your help have now got to grips with it much appreciated!

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