Skip to content

Premise and Minimum Viable Product

Zac Adam-MacEwen edited this page Jan 7, 2021 · 2 revisions

Pyminder is a service, written in python3.6, designed to run on the Raspbian OS for Raspberry Pi. Its purpose is to interact directly with the Pimoroni GFX Hat, an LCD display peripheral for the Raspberry Pi, in order to provide a simple menu-based platform management tool.

As such, the minimum viable product for pyminder will:

  • Generate 128x64 views of output and push them to the screen.
  • Control the device LEDs to indicate various status conditions
  • Expose a service on localhost allowing various processes to report status messages for the display.

Clone this wiki locally