void UpdatePage(int x) { for (int i=0; i <= x; i++){ Serial.println(); } }