This is a tool to encode simple images small enough to be able to be sent over the Meshtastic mesh in a single message. The instructions are in the project. ______To Encode an Image_____ For it to work you need a 31x31 pixel image. You can use a colour image and have it converted here but I would recommend dithering it to monochrome using a tool or website. - Convert it to RGB colour values. (I used https://onlinetools.com/image/convert-image-to-rgb-values) - Set the channel and pixel separators to "\n", when converted you should have a single 0-255 value on every line. - Copy the output values into a blank .txt file and import it to the "image in" list by clicking see inside.