Skip to content

Releases: kukulo2011/OpenCovid_ventilator

0.0.6

30 Mar 04:33
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Displays data from a log file that's bundled with the app.
Tweaks baud rate of serial test page to 115200.

All fields on screen, layout by screen %

29 Mar 03:39
Compare
Choose a tag to compare

All the fields from the serial format now appear on the screen (albeit without values).
layout is not by screen percentage.
Here's how it looks now, on a low-res screen that used to overflow:
Screenshot from 2020-03-28 20-26-55

Graph formatting, main layout

28 Mar 03:20
Compare
Choose a tag to compare
Pre-release

Now it looks like this:
Screenshot_2020-03-27-19-58-59

Three graphs

27 Mar 06:36
Compare
Choose a tag to compare
Three graphs Pre-release
Pre-release

Shows three graphs, and uses a more efficient internal data structure.
Screenshot_20200326-233407

First prototype of a rolling chart display

26 Mar 05:24
Compare
Choose a tag to compare

First prototype of the "rolling chart" display, looking like this:
Screenshot from 2020-03-25 21-40-53

The code is very much a rough prototype, with lots of hard-coded values and a general lack of structure... The focus here was kicking the tires on the graphing library, and making sure the performance is OK on the target hardware.

Initial: Serial port test

25 Mar 05:55
Compare
Choose a tag to compare
Pre-release

Minimal app that attempts to test the serial port.