[chronojump/michrolab] Minor changes



commit cdaf2801ac8f8754535c8eb00896673046f8a9d3
Author: Xavier Padullés <testing chronojump org>
Date:   Fri Jul 15 15:07:20 2022 +0200

    Minor changes

 arduino/michrolab/michrolab.h | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/arduino/michrolab/michrolab.h b/arduino/michrolab/michrolab.h
index 623a38db2..1d86cb35a 100644
--- a/arduino/michrolab/michrolab.h
+++ b/arduino/michrolab/michrolab.h
@@ -116,3 +116,12 @@ int countDirs();
 
 //Process of changing the person with the blue button
 void selectPerson();
+
+//Plot raw data in y axis over time horizontal axis
+void Graph(ILI9341_t3 & d, double x, double y, double gx, double gy, double w, double h, double xlo, double 
xhi, double xinc, double ylo, double yhi, double yinc, String title, String xlabel, String ylabel, unsigned 
int gcolor, unsigned int acolor, unsigned int pcolor, unsigned int tcolor, unsigned int bcolor, boolean & 
startOver);
+
+//Redraw axes and vertical labels of the graph
+void redrawAxes(ILI9341_t3 & d, double gx, double gy, double w, double h, double xlo, double xhi, double 
ylo, double yhi, double yinc, String title, String xlabel, String ylabel, unsigned int gcolor, unsigned int 
acolor, unsigned int pcolor, unsigned int tcolor, unsigned int bcolor, unsigned int goalColor, boolean 
resize);
+
+//Plot a set of bars stored in bars[]
+void barPlot (float gx, float gy, float w, float h, float yhi, int numBars, int currentIndex, float abRatio, 
unsigned int color);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]