Για την λευκή οθόνη, πήγαινε στον κώδικα και αυτές τις γραμμές:
tft.begin(); // Start the TFT
tft.setRotation(3); // Set the correct orientation
κάνε τις έτσι:
tft.begin(); // Start the TFT
tft.invertDisplay(1); // Invert the display - use if necessary with your TFT!!
tft.setRotation(3); // Set the correct orientation
Για τα σκουπίδια που βλέπεις στο serial monitor, βεβαιώσου ότι έχεις επιλέξει σωστή ταχύτητα (115.200bps)
tft.begin(); // Start the TFT
tft.setRotation(3); // Set the correct orientation
κάνε τις έτσι:
tft.begin(); // Start the TFT
tft.invertDisplay(1); // Invert the display - use if necessary with your TFT!!
tft.setRotation(3); // Set the correct orientation
Για τα σκουπίδια που βλέπεις στο serial monitor, βεβαιώσου ότι έχεις επιλέξει σωστή ταχύτητα (115.200bps)