From 4d5cc80d105a7b19ae9ac9eafb8154e24f4fc7e6 Mon Sep 17 00:00:00 2001 From: River B <97197236+River-b@users.noreply.github.com> Date: Fri, 11 Mar 2022 12:51:40 -0800 Subject: [PATCH] Update Logo.md --- Documentation/Logo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Logo.md b/Documentation/Logo.md index 52af863d..d16ca5d9 100644 --- a/Documentation/Logo.md +++ b/Documentation/Logo.md @@ -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. \ No newline at end of file + The converter will create a DFU instead of a HEX file if the .dfu extension is used.