test values on laptop
This commit is contained in:
parent
0c4d805054
commit
44c5d35a15
|
@ -9,7 +9,7 @@ TODO
|
||||||
int vis_textsize=12; //copy from Visualization class
|
int vis_textsize=12; //copy from Visualization class
|
||||||
|
|
||||||
//String logfile_name="LOG00008_rumfahren_neu.TXT";
|
//String logfile_name="LOG00008_rumfahren_neu.TXT";
|
||||||
String logfile_name="20210528_Radweg/LOG00200REC_0002.TXT";
|
String logfile_name="LOG00203b_20210529_tripAndSpeedTest.TXT";
|
||||||
int columnCount=20;
|
int columnCount=20;
|
||||||
|
|
||||||
boolean useSerial=false; //false=read from csv log, true=read from serial port
|
boolean useSerial=false; //false=read from csv log, true=read from serial port
|
||||||
|
@ -106,8 +106,8 @@ float currentConsumed;
|
||||||
color bg=color(0);
|
color bg=color(0);
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
size(1920, 1080); //Full HD
|
//size(1920, 1080); //Full HD
|
||||||
//size(1000, 800); //Laptop Preview
|
size(1000, 800); //Laptop Preview
|
||||||
frameRate(100);
|
frameRate(100);
|
||||||
|
|
||||||
if (useSerial) {
|
if (useSerial) {
|
||||||
|
|
Loading…
Reference in New Issue