From d3952306b227c844e65f6a9824580b456dc06e99 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 5 Mar 2024 16:02:12 +0100 Subject: [PATCH] Added reset --- arduino/Screen code/writetext function.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/Screen code/writetext function.ino b/arduino/Screen code/writetext function.ino index 2c63410..a5cfda2 100644 --- a/arduino/Screen code/writetext function.ino +++ b/arduino/Screen code/writetext function.ino @@ -19,7 +19,7 @@ Adafruit_ST7796S_kbv tft = Adafruit_ST7796S_kbv(TFT_CS, TFT_DC, MOSI, SCK, TFT_R void setup() { tft.begin(); // Initialize the display tft.setRotation(3); // Set the rotation to horizontal - + tft.fillScreen(ST7796S_BLACK); } void loop() {