[quote="angussugna, post:11, topic:911217"]
display.clearDisplay();
display.setRotation(2);
display.drawBitmap(0, 0, gImage_pocKonsoLOGO, 128, 64, 1); //This is the pocKonso splash screen
display.display();
delay(2000);
display.clearDisplay(); // clear the display
page = room2doors; // Initial page
displayImage(page);
}
} ............????????