The task is this, I get the picture data via PIL - list(img.getdata()) I need to send them via SPI - I can send a maximum to list(img.getdata())[:4000] , that is 4000 bytes.
How to force or write in Python to send all the data?
Python 2.7, Raspberry Pi