https://github.com/hillshum/disney_inkplate
Embedded C++ code to display current wait times and weather conditions at Disney theme parks on an ESP32 device
https://github.com/hillshum/disney_inkplate
arduino esp32 inkplate-6
Last synced: 2 months ago
JSON representation
Embedded C++ code to display current wait times and weather conditions at Disney theme parks on an ESP32 device
- Host: GitHub
- URL: https://github.com/hillshum/disney_inkplate
- Owner: Hillshum
- License: mit
- Created: 2023-12-12T00:13:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T17:40:19.000Z (over 1 year ago)
- Last Synced: 2025-10-08T14:52:12.032Z (9 months ago)
- Topics: arduino, esp32, inkplate-6
- Language: C
- Homepage:
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disney Inkplate
This is a project that allows for displaying theme park info on an [Inkplate 6](https://soldered.com/product/soldered-inkplate-6-6-e-paper-board/)
It's designed to be used in conjunction with https://github.com/Hillshum/disney_display_server

(the case shown above can be found at https://www.printables.com/model/886312-inkplate-6-case-with-round-mouse-ears)
## Usage
1. Set up an API server
2. Copy `src/arduino_secrets.h.example` to `src/arduino_secrets.h` and provide your API path and WiFi details
3. Build and install using PlatformIO