#include "Inst.h"
#include "Icons.h"
#include "Forms.h"
void setup() {
splash();
if (hasPass() !=1 ) {
NewPass();
index=1;
}
else {
pageLogin();
index=1;
}
lcd.clear();
LastRun=millis();
}
void loop() {
keyp = keypad.getKey();
Nav(keyp);
dim();
graphP();
resetB();
delay(1);
}