From fc0587f3b5868d348f1e76a9345e39b2eaec551c Mon Sep 17 00:00:00 2001 From: sommermoregentraum Date: Mon, 22 Jan 2024 12:15:33 +0800 Subject: [PATCH] Updated Bitmap reverse decode (markdown) --- Bitmap-reverse-decode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bitmap-reverse-decode.md b/Bitmap-reverse-decode.md index e6c8eba..500f80c 100644 --- a/Bitmap-reverse-decode.md +++ b/Bitmap-reverse-decode.md @@ -1 +1,2 @@ -When you wanna check your bitmap with human eyes, you can use this script to convert it back to image that human eyes can read. \ No newline at end of file +When you wanna check your bitmap with human eyes, you can use this script to convert it back to image that human eyes can read. +The script is at https://github.com/portapack-mayhem/mayhem-firmware/blob/next/firmware/tools/bitmap_arr_reverse_decode.py which is independent of project compile proccess. \ No newline at end of file