Skip to content

Commit

Permalink
Moved demos
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed May 28, 2017
1 parent 77151c2 commit 4432fa9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void setup() {

gfx.init();
gfx.fillBuffer(0);
gfx.drawPalettedBitmapFromPgm(0, -100 + counter % 420, img);
gfx.commit();


Expand All @@ -97,7 +98,7 @@ void loop() {
gfx.setColor(15);
gfx.drawString(2, 2, fps);
gfx.setTransparentColor(0);
gfx.drawPalettedBitmapFromPgm(0, -100 + counter % 420, img);
gfx.drawPalettedBitmapFromPgm(100, 100, img);
gfx.commit();

counter++;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4432fa9

Please sign in to comment.