I'm trying to pass a list(img.data())
via spidev
, but I get this error Argument list size exceeds 4096 bytes
. Tried to find with the help of Google, I did not find the right solution. Raspberry Pi
system with Raspbian.
|
I'm trying to pass a list(img.data())
via spidev
, but I get this error Argument list size exceeds 4096 bytes
. Tried to find with the help of Google, I did not find the right solution. Raspberry Pi
system with Raspbian.
Source: https://ru.stackoverflow.com/questions/548615/
All Articles