capen_inkplate/README.md

816 B

Capen Inkplate Scheduler

Hardware

General Docs

Compiling / Running

make main will upload all changed files and dump you into the micropython repl.

  • ^c ^d will soft-reboot the device.
  • ^a k y will exit the repl

Files

  • conf_room/main.py : Entrypoint
  • conf_room/ub_devices.py : Logic for connecting to UB Devices and setting the date.
  • conf_room/ub_sched.py : Logic for connecting to UB Central Scheduling
  • conf_room/conf_room_layout.py : Display logic for rendering the screen

The Makefile has some other useful widgets in it.