A simple image-to-bitmap converter made in python. Several types of dithering are included to make images usable in color-restrained displays such as mono color TFT ...
The bitmap-split.py example demonstrates how to load a combined bitmap image, split it into two independent buffers and display them separately on the screen. This approach allows for efficient ...