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 ...
","","```","import bmp","bitmap = bmp.BitmapReader('frame.bmp')","bitmap.grayscale()","bitmap.write('frame_gray.bmp')","```"],"stylingDirectives":null,"csv":null ...