Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BudapestMetroDisplay #973

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/docs/devices/BudapestMetroDisplay/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: BudapestMetroDisplay
date-published: 2024-12-20
type: misc
standard: global
board: esp32
project-url: https://github.com/denes44/BudapestMetroDisplay/tree/main/esphome
made-for-esphome: True
difficulty: 1
---

LED Display for the Budapest Metro and Suburban railway network.

The hardware of this project is a 210 mm x 300 mm sized bare PCB,
designed to fit into a picture frame, especially the IKEA LOMVIKEN.

The display shows a map of the subway and suburban railway network of
Budapest. At every stop there is an RGB LED, which can show whether a vehicle
is currently at that stop.

## GPIO Pinout

| Pin | Function |
| ------ | ---------------- |
| GPIO0 | Boot button |
| GPIO7 | LEDs for display |
| GPIO48 | Status Led |

## Basic Configuration

The [Latest configuration](https://github.com/denes44/BudapestMetroDisplay/tree/main/esphome)
can be found on the project's GitHub repo.
Loading