Go to file
Oliver Kennedy 0f88f98424 Update README.md 2024-03-20 17:27:50 -04:00
Examples Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
conf_room Capen Inkplate 2024-03-20 16:50:19 -04:00
installed Capen Inkplate 2024-03-20 16:50:19 -04:00
.gitignore Quick fix for Inkplate 5 2023-11-24 09:15:02 +01:00
ESP32_GENERIC-SPIRAM-20240222-v1.22.2.bin Capen Inkplate 2024-03-20 16:50:19 -04:00
LICENSE Initial commit 2020-07-30 00:20:24 -07:00
Makefile Capen Inkplate 2024-03-20 16:50:19 -04:00
PCAL6416A.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
README.md Update README.md 2024-03-20 17:27:50 -04:00
color_image_inkplate2.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
color_image_inkplate6COLOR.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
color_image_inkplate7.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
esp32spiram-20220117-v1.18.bin Added Inkplate Color 2022-02-09 13:31:53 +01:00
gfx.py Added Inkplate Color 2022-02-09 13:31:53 +01:00
gfx_standard_font_01.py Added dummy support for lowercase letters 2021-05-13 10:11:23 +02:00
i2c_scanner.py Added RTC for Inkpltae5 2024-02-09 09:40:45 +01:00
image.py Added 1 bit image. 2020-09-16 11:46:00 +02:00
inkplate2.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
inkplate4.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
inkplate5.py Merge branch 'dev' 2024-02-19 15:21:18 +01:00
inkplate6.py Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
inkplate6COLOR.py Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
inkplate6PLUS.py Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
inkplate7.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
inkplate10.py Merge branch 'dev' 2024-02-19 15:21:18 +01:00
mcp23017.py Updated library, ready to be merged with main 2023-10-30 11:58:59 +01:00
pyboard.py Capen Inkplate 2024-03-20 16:50:19 -04:00
shapes.py Added shapes.py to our library 2021-05-13 10:11:48 +02:00
soldered_inkplate6.py Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
soldered_inkplate6PLUS.py Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
soldered_inkplate10.py Added RTC for all Inkplates 2024-02-19 15:17:21 +01:00
soldered_logo.py Added Inkplate2 draw Color Image 2023-07-18 13:55:55 +02:00

README.md

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.