Update Logo.md

This commit is contained in:
River B
2022-03-11 12:51:40 -08:00
committed by GitHub
parent ec094e7720
commit 4d5cc80d10

View File

@@ -28,10 +28,10 @@ You perform this the same way as if you were flashing a new firmware, and all of
### Pinecil
For the Pinecil, we require to flash the logo using dfu-util instead.
To flash the logo, use the following steps:
For Pinecil, we require using dfu-util instead to flash the logo art (Pinecil does not use hex).
To flash the logo, use the following steps to convert the PNG image into a .dfu file and then install the .dfu file.
- `python3 img2ts100.py input.png logo.dfu`
- `dfu-util -D logo.dfu`
The converter will create a DFU instead of a HEX file if the .dfu extension is used.
The converter will create a DFU instead of a HEX file if the .dfu extension is used.