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

    Instruction for custom splash screen

    Scheduled Pinned Locked Moved
    Firmware installation
    6
    14
    2.8k
    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.
    • pabomanundefined
      paboman
      last edited by

      I saw that is possible to create personalized splash screen but I cant find any information on how to do that.
      Any help will be greatly appreciated

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

        I haven't yet got round to writing the instructions for that. Basically:

        1. Export your image file in 24-bit .bmp format with exactly the same height and width in pixels as the TFT panel;
        2. Run bmp2c-escher3d.exe on the file using options -b -c to generate a compressed version of it;
        3. Concatenate it on to the end of the -nologo version of the PanelDue firmware binary.

        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
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          Takes me back to hacking the Windows 98 startup screen.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • ampex_fhmundefined
            ampex_fhm
            last edited by

            just to be sure, binary concatenation has to be used right?

            the matching windows command I found to do that is:

            [[language]]
            copy /b file1+file2+file3 targetfile
            
            

            Voron CoreXY V022 300x300x230mm single extruder CoreXY machine

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

              Yes, I use copy /b to do this.

              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
              • dc42undefined
                dc42 administrators
                last edited by

                I have added instructions to the readme file at https://github.com/dc42/PanelDueFirmware.

                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
                • timcurtis67undefined
                  timcurtis67
                  last edited by

                  Sweet! Thank you David.

                  I have a 7" PanelDue with the 256kb memory chip on a V2 board. Is there a V2 7" no logo.bin version that I can down load or do I have to build my own?

                  I mean a PanelDue-v2-7.0-nologo.bin version?

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

                    All the -v2- files are without logo.

                    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
                    • timcurtis67undefined
                      timcurtis67
                      last edited by

                      @dc42:

                      All the -v2- files are without logo.

                      I missed that before. So any for a V2 board versions will have to be built from scratch.

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

                        No, you can use the -v2- files as they are.

                        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
                        • mrac1undefined
                          mrac1
                          last edited by

                          Hi David, there is a little typo in the readme.md:
                          "Run this Windows command to compress the image: bmp2c-escher3d.exe myimage.bmp myimage.bin /b /c"
                          instead of:
                          "Run this Windows command to compress the image: bmp2c-escher3d.exe myimage.bmp myimage.bin -b -c"

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

                            Thanks, I've corrected it.

                            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
                            • pabomanundefined
                              paboman
                              last edited by

                              Sorry how to run copy /b file1+file2 targetfile ?
                              Im using Windows + R to open the command terminal then write g:\ copy /b file1+file2 targetfile
                              because my files are in both in drive G but when hitting enter it only open the G:\ folder

                              1 Reply Last reply Reply Quote 0
                              • pabomanundefined
                                paboman
                                last edited by

                                Ok got it, I have to use CMD terminal, navigate to the G drive and then execute the command 😄

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