Proxima Star Logo

E-Paper Weather Display

This project is a network-connected weather dashboard built on the Raspberry Pi Zero 2 W and a large-format 7.5″ tri-color e-paper display. It provides a clean, always-visible weather interface that shows current conditions, forecast data, and custom-rendered icons pulled live from OpenWeatherMap.

Unlike traditional LCD dashboards, the e-paper screen consumes power only when updating. This makes it ideal for a static, information-focused display that runs quietly and can be wall-mounted like a printed panel — but fully dynamic.

E-Paper Weather Display (Raspberry Pi Zero 2 W)

⚙ Hardware Architecture

Controller

Display

🧠 Software Architecture

The system is built in Python and designed for reliable, unattended operation. The display output is rendered as a full-frame image buffer before refresh to keep layout stable and minimize ghosting.

1) Weather Data Integration

2) Display Engine

3) Data Logging

📄 Display Pages

The system supports multiple pages, including:

Why e-paper?

E-paper is ideal for always-on dashboards with low refresh needs. It stays readable in bright rooms, looks like a printed page, and only consumes significant power during updates.

✅ Design Goals

📌 Project Status

This project represents a balance between embedded systems reliability, clean data visualization, minimalist interface design, and long-term maintainability.