From 861760f263195dfd5ec478e50e3be457fd9e804c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Thu, 13 Sep 2018 12:48:28 +0200 Subject: [PATCH] Improve intro text --- demo3.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo3.cpp b/demo3.cpp index 332a284..94b805a 100644 --- a/demo3.cpp +++ b/demo3.cpp @@ -508,6 +508,8 @@ void draw() if (flyBy && (pokitto.frameCount >> 3) % 3 != 0) { + pokitto.display.setColor(255); + pokitto.display.fillRect(22,3,66,10); pokitto.display.setCursor(25,5); pokitto.display.setColor(rgbToIndex(1,0,0)); pokitto.display.invisiblecolor = 0;