test values on laptop

This commit is contained in:
interfisch 2021-05-29 12:31:02 +02:00
parent 0c4d805054
commit 44c5d35a15
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ TODO
int vis_textsize=12; //copy from Visualization class
//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;
boolean useSerial=false; //false=read from csv log, true=read from serial port
@ -106,8 +106,8 @@ float currentConsumed;
color bg=color(0);
void setup() {
size(1920, 1080); //Full HD
//size(1000, 800); //Laptop Preview
//size(1920, 1080); //Full HD
size(1000, 800); //Laptop Preview
frameRate(100);
if (useSerial) {