I would like to be able to use get_pixel. I am using blinkt across zeromq with multiple systems (pi and x86 mint linux based). It would be nice to be able to read from one system what has been set by another on the blinkt device.
I notice that get_pixel appears in the blinkt.py on github, but it doesn’t appear to be present in the library.
p.s. where is the “Library” directory? So I can sudo python3 setup.py install (as per your docs)?
p.p.s It would also be nice to be able to write directly to the buffer without using show, but I can live without that (mostly, I think).
Thanx RichR