LinkCareServices / cairotft

python lib for drawing gui on tft screens via framebuffer interface using cairo
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Fix Cairo ImageSurface stride #4

Open hadess opened 5 years ago

hadess commented 5 years ago

It is not dependant on the "line length" from the framebuffer device, but on the appropriate stride for the format.

Fixes: #2