attempt to write text in full

This commit is contained in:
2024-03-12 16:24:26 +01:00
parent 57ee918b64
commit d542da7db9
3 changed files with 42 additions and 41 deletions

View File

@@ -39,5 +39,5 @@ void loop() {
// writeText(Answer[0], 2, 50, 300, 4000);
displayText.writeText(Question[i], 3, 0, 0, 0, true, false);
displayText.writeText(Answer[i], 3, 0, 200, 0, true, true);
delay(20000);
delay(2000);
}