Working for data transfer from process

This commit is contained in:
Eric Teunis de Boone 2017-02-04 23:35:03 +01:00
parent 5926538616
commit c0ad31810f
6 changed files with 328 additions and 194 deletions

View file

@ -46,12 +46,19 @@ static const unsigned char PROGMEM logo16_glcd_bmp[] =
String inputString = ""; // a string to hold incoming data
boolean stringComplete = false; // whether the string is complete
boolean repeat = false;
boolean shuffle = false;
boolean repeat_bool = true;
boolean shuffle_bool = true;
boolean consume_bool = true;
boolean random_bool = true;
boolean updating_bool = true;
boolean single_bool = true;
boolean playing = false;
int volume = 100;
String title = "Yesterdays";
String artist = "Guns 'n Roses";
String album = "Appetite for Destruction";
int progress = 51;
String title = " << << Title >> >> ";
String artist = " << << Artist >> >> ";
String album = " << << Album >> >> ";
unsigned int tick = 0;
unsigned int maxticks = 0;