mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Created Splash and other images (markdown)
parent
7df0334649
commit
5e3b86c286
7
Splash-and-other-images.md
Normal file
7
Splash-and-other-images.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
For converting back and forth between the image and source you can use `xxd`. In a Windows environment you can use this command in the Linux Subsystem installing one of the versions available (i.e. [Ubuntu](https://ubuntu.com/tutorials/tutorial-ubuntu-on-windows#1-overview)).
|
||||||
|
|
||||||
|
### From .bmp to .hpp
|
||||||
|
`xxd -i input_image.bmp output.hpp`
|
||||||
|
|
||||||
|
### From .hpp to .bmp
|
||||||
|
`xxd -r -p input.hpp output_image.bmp `
|
Loading…
Reference in New Issue
Block a user