The project is abandoned and not being updated due to the loss of my interest in MicroPython, as well as bad code in the project.
Sub-repository of the MerbuzPixel project. Library on Python (not Micropython) for creating files for draw images.
Just download and import this library. After that, call merbuzPixelCreate function and load filename of picture. important note: width and height MUSE BE THE SAME
from merbuzpixelimage import *
merbuzPixelCreate(path_to_image='cherry.jpg', width=16, height=16)You will receive a file in the directory and its name