2 toggleperfect - hobby project to control a ink display from a pi zero

github.com godoc.org goreportcard.com posted by Oppodelldog 1478 days ago  

Had some additional time during the past few weeks and wasted some of it on 3d printing and coding go. Luckily go runs on my raspberry pi zero which let's me combine both and create those kind of devices.


I used channels for inputs and outputs of this device.

  • "Send an image to the display channel"
  • "Send led state struct to the led channel"
  • "Read key events from the event channel"
To me this is really elegant and gives perfect control.
Register to comment or vote on this story