Closed Nicogene closed 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.
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:
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
Awesome 🚀
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!
Here the stm32 version:
The first prototype has been created, closing.
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:
It will have only one chart, with some basic buttons.
Definition of Done
The gui is up and running.