Recent content by stephencross

  1. S

    News How to Build an E-Paper To-Do List with Raspberry Pi

    WARNING: The sample code does not Sleep the screen after updating it. As a result, the screen could become damaged. Tech support for Waveshare indicated the screen should be put to sleep after updating it. This information is also available on the wiki page at...
  2. S

    News How to Build an E-Paper To-Do List with Raspberry Pi

    I was able to get past this by installing by installing GPIO manually with: export CFLAGS=-fcommon pip3 install RPi.GPIO
  3. S

    News How to Build an E-Paper To-Do List with Raspberry Pi

    Great project idea. I'm having trouble with the install process. It fails on: Building wheels for collected packages: RPi.GPIO Building wheel for RPi.GPIO (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/pi/todo_reminder_frame/env/bin/python -u -c...