Skip to content

Commit

Permalink
Added setBG in example file
Browse files Browse the repository at this point in the history
  • Loading branch information
hugokernel committed Jan 12, 2010
1 parent 551c774 commit 8f83f7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Examples/Demo/Demo.pde
Expand Up @@ -125,7 +125,10 @@ void loop()

// Efface l'écran
oled.clear();


// Fond d'écran bleu
oled.setBG(RGB(0, 0, 128));

// Dessine un cercle
oled.drawCircle(64, 64, 20, RGB(255, 255, 0));

Expand Down

0 comments on commit 8f83f7a

Please sign in to comment.