Instruction for custom splash screen
-
Yes, I use copy /b to do this.
-
I have added instructions to the readme file at https://github.com/dc42/PanelDueFirmware.
-
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?
-
All the -v2- files are without logo.
-
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.
-
No, you can use the -v2- files as they are.
-
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" -
Thanks, I've corrected it.
-
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 -
Ok got it, I have to use CMD terminal, navigate to the G drive and then execute the command