icub-tech-iit / ventilator-FI5

FI5: Rapidly Manufactured Ventilator System
BSD 3-Clause "New" or "Revised" License
31 stars 4 forks source link

Create a first prototype of the GUI #38

Closed Nicogene closed 4 years ago

Nicogene commented 4 years ago

Task description

This issue keeps track of the development of a first mockup gui for the ventilator.

It will be done on the laptop for now.

We will take inspiration from:

image

It will have only one chart, with some basic buttons.

Definition of Done

The gui is up and running.

Nicogene commented 4 years ago

@vtikha and me started working on a first mockup implementation and the work is stored here: https://github.com/icub-tech-iit/ventilator/tree/code/VentilatorUI

We created 2 versions, one with high resolution(800x640), and one with the resolution of the board display(480x272).

We have to figure out how to switch between the two.

Nicogene commented 4 years ago

Today @vtikha and me created the first mockup prototype of the gui. For now it just plot data, display the current value and compute mean and max.

Here is the result with the stm32 board resolution:

ezgif com-video-to-gif

vtikha commented 4 years ago

With @Nicogene , we just committed the new version of the prototype GUI that also plots the data collected by @pattacini

Here is the high res result. We'll soon commit the stm32 board version

ezgif com-video-to-gif

pattacini commented 4 years ago

Awesome 🚀

marcoaccame commented 4 years ago

Hi guys, I am looking forward to display the GUI on the LCD of the board. So far I have committed a demo which show a generic GUI (https://github.com/icub-tech-iit/ventilator/commit/356d7ca8a60adf324da7ca31be6bf2fdc81b51b0) but I want to see our GUI running live!

Nicogene commented 4 years ago

Here the stm32 version:

ezgif com-video-to-gif(1)

Nicogene commented 4 years ago

The first prototype has been created, closing.