Skip to content

Electronic destination board for Waveshare e-Paper display.

License

Notifications You must be signed in to change notification settings

step63r/destboard

Repository files navigation

destboard

Description

Electronic destination board (行先表示板) for Waveshare e-Paper display.

Requirement

Usage

Run script as below,

$ uvicorn main:app --reload

and send HTTP request like

POST http://127.0.0.1:8000/0/0
{
  "name": "山田",
  "status": "10/30 休暇",
  "present": true
}

In detail, please refer to API docs.

http://127.0.0.1:8000/docs/

PRESS Ctrl+C TO QUIT.

Install

Fork and clone this repository.

$ git clone [email protected]:[yourname]/destboard.git

Create python virtual env.

$ python3 -m venv .env
$ source ./.env/bin/activate

Install packages.

(.env)$ python -m pip install -r .\requirements.txt

This script uses demo code as SDK. You have to clone waveshare/e-Paper and copy e-Paper/RaspberryPi_JetsonNano/python/lib/ to top of this repo.

Contribution

  1. Fork this repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

License

MIT License

Author

minato

About

Electronic destination board for Waveshare e-Paper display.

Topics

Resources

License

Stars

Watchers

Forks

Languages