diff --git a/Create-a-custom-splash-screen.md b/Create-a-custom-splash-screen.md index c19c0ea..77e516e 100644 --- a/Create-a-custom-splash-screen.md +++ b/Create-a-custom-splash-screen.md @@ -22,14 +22,17 @@ Save it as splash.bmp to a directory such as ~/Pictures Open a terminal window Change directory to where the image was saved (for example ~/Pictures): + `cd ~/Pictures` Convert the image to a c++ header file: + `xxd -i splash.bmp bmp_splash.hpp` Make a backup of the existing splash screen Change directory to the path to where you downloaded the Mayhem source eg ~/src/portapack_mayhem + `cd ~/src/portapack_mayhem` @@ -37,6 +40,7 @@ Change directory to the path to where you downloaded the Mayhem source eg ~/src/ Copy the new splash screen to here + `cp ~/Pictures/bmp_splash.hpp firmware/application/bitmaps/bmp_splash.hpp`