rm-hull / luma.oled

Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED
https://luma-oled.readthedocs.io
MIT License
807 stars 161 forks source link

[question] access screens on remote Pi? #346

Open ozone89 opened 2 years ago

ozone89 commented 2 years ago

hopefully it won't be a stupid question :)

since you can connect a Pi Zero in such a way it acts as a GPIO expander (https://magpi.raspberrypi.com/articles/pi-zero-gpio-expander "Using two Pi devices together"), is there a way to connect to an SPI screen on a remote Pi?

thank you for the hard work, and for the time you may dedicate to my question ^_^