fatihak/inkypi

E-Ink Display with a Raspberry Pi and a Web Interface to customize and update the display with various plugins

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 16th, 2026
Created on November 16th, 2024
Open Issues & Pull Requests: 87 (-1)
GitHub issues: Enabled
Number of forks: 575
Total Stargazers: 4,224 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.3 hours
Mean response time: 9.2 days
90th percentile: 16.0 days
Tracked items: 286

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 8% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 8 hours, while "enhancement" waits about 2 days. 78% of issues opened in the past year have been closed, leaving a working backlog. Three people close 67% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 308 days
Stale 30+ days: 46
Stale 90+ days: 33

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (93)
  • help wanted (69)
  • bug (31)
  • question (23)
  • good first issue (7)
  • Info (3)
  • documentation (2)
  • duplicate (2)

Most active issues this week

Detailed Description

inkypi is a Python application that drives an e-ink display connected to a Raspberry Pi and provides a web interface for customization.

The project addresses the challenge of managing content on e-ink displays by combining hardware control with remote configuration. It runs on a Raspberry Pi and communicates with an e-ink display, allowing users to update what appears on screen through a web-based interface rather than direct hardware manipulation. The architecture supports plugins, enabling different types of content and functionality to be added without modifying the core application.

The tool suits makers and hobbyists working with Raspberry Pi and e-ink display hardware who want flexible, remote control over their display content. It is particularly useful for projects where the display needs to show dynamic information that changes periodically or on demand, such as weather data, system status, or custom graphics. The plugin system means new display types or content sources can be integrated without rebuilding the entire application.

Development activity shows consistent engagement with the codebase. The project receives regular commits across its core functionality and plugin infrastructure. Pull requests are reviewed and merged, indicating active maintenance. Issues are addressed with code changes rather than remaining unresolved, suggesting the maintainers respond to reported problems. Documentation updates accompany feature additions, keeping the README aligned with the working codebase.