Improve intro text
This commit is contained in:
parent
39f003f241
commit
861760f263
1 changed files with 2 additions and 0 deletions
|
@ -508,6 +508,8 @@ void draw()
|
||||||
|
|
||||||
if (flyBy && (pokitto.frameCount >> 3) % 3 != 0)
|
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.setCursor(25,5);
|
||||||
pokitto.display.setColor(rgbToIndex(1,0,0));
|
pokitto.display.setColor(rgbToIndex(1,0,0));
|
||||||
pokitto.display.invisiblecolor = 0;
|
pokitto.display.invisiblecolor = 0;
|
||||||
|
|
Loading…
Reference in a new issue