GammaGames / piwriter

A service to use the Waveshare E-ink display as a screen for the Raspberry Pi

Home Page:https://piwriter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preview image

A service to use the Waveshare E-ink display as a screen for the Raspberry Pi

Quick Start

Set up your raspberry pi and enter the following:

curl -s https://github.com/GammaGames/piwriter/raw/main/setup.sh | bash -x

Todo

  • create helper functions:
    • connect to wifi
    • toggle wifi
    • reboot?
  • create aliases:
    • open file emacs
  • system setup:
    • /boot/config.txt
    • python modules
    • apt packages
    • .bashrc
    • set font (goha 8x16)
    • set resolution
    • sudo systemctl link /home/pi/piwriter/piwriter.service
  • website:
    • home page with giant hero image that covers whole page
    • install script shortcut
PATH="$HOME/piwriter/bin:$PATH"

About

A service to use the Waveshare E-ink display as a screen for the Raspberry Pi

https://piwriter.com

License:MIT License


Languages

Language:Python 94.0%Language:Shell 6.0%