Skip to content

Commit

Permalink
Added a little color to differentiate start screen from game play.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalec committed May 11, 2012
1 parent 243e72e commit 68bc3cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RgbLcdShieldTriscal.ino
Expand Up @@ -589,7 +589,9 @@ int key, oldkey;

void gameInit()
{
lcd.setBacklight(TEAL);
hiScores.display();
lcd.setBacklight(WHITE);
lcd.clear();

maxCounter = 10000;
Expand Down Expand Up @@ -651,7 +653,7 @@ void setup()
lcd.createChar(2, fullRow);

lcd.clear();
lcd.setBacklight(WHITE);
lcd.setBacklight(TEAL);

hiScores.begin(10, 100, 0x1020);

Expand Down

0 comments on commit 68bc3cd

Please sign in to comment.