Richard Hull
Richard Hull
Can you provide a simple test case please?
Yes, I think you are correct.
Looks like there is some cross-talk on the SPI lines to me. Is there another program also using the same SPI bus ?
I think the original motivation for this was to support an alternative programming model (asyncio) rather than for performance reasons, but i didn't put sufficient detail in the ticket...
Hi chuck, you dont say which device you have, but most implementations have a framebuffer which selectively picks only the changes since the last render, so as long as you...
Since SH1106 is a monochrome device, then the image you supply when you call `display()` directly must be the same dimensions and colour depth, so you should either create an...
In regard to your earlier question about not to have to refresh the entire display: The luma.device.* classes are really just a wrapper around being able to send Pillow images...
@chuckv2014 when you said: > however, when I added this to the profile... I get an error: No Module named ‘luma’ Can you explain exactly what you did?
Chuck - I would recommend adding your script to `/etc/rc.local` instead (be sure to use the & at the end of your command) or as Thijs mentioned, have a read...
In the example you gave, did you mean to do `fill=black` ? If you want to do incremental updates like that, the only thing i can think is if you...