idodov / esp32-s3-box-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 S3 Box 3 Display for PipBoy - FALLOUT SERIES (American TV series)

🎦 Demo Video - https://youtube.com/shorts/XmlBikFk2Uk

Installation

To install, add the required PNG lines to your esp32-s3-box-3.yaml file and proceed with the installation. Here’s an example of how to use the default images.

Tip

If you prefer the v2 or v3 images, simply adjust the path by adding the ‘v2’ or ‘v3’ directory. .../raw/main/fallout/loading.png --> .../raw/main/fallout/v2/loading.png

---
substitutions:
  name: esp32-s3-box-3
  friendly_name: ESP32 S3 Box 3
  # Add the necessary PNG lines:
  loading_illustration_file: https://github.com/idodov/esp32-s3-box-3/raw/main/fallout/loading.png
  idle_illustration_file: https://github.com/idodov/esp32-s3-box-3/raw/main/fallout/idle.png
  listening_illustration_file: https://github.com/idodov/esp32-s3-box-3/raw/main/fallout/listening.png
  thinking_illustration_file: https://github.com/idodov/esp32-s3-box-3/raw/main/fallout/thinking.png
  replying_illustration_file: https://github.com/idodov/esp32-s3-box-3/raw/main/fallout/replying.png
  error_illustration_file: https://github.com/idodov/esp32-s3-box-3/raw/main/fallout/error.png
Screen Default v2 v3
Idle idle idle idle
Error error error error
Loading loading loading loading
Thinking thinking thinking thinking
Replying replying replying replying
Listening listening listening listening

About