We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a12022 + 88f62d2 commit d2f0de9Copy full SHA for d2f0de9
apps/_example_app/app.js
@@ -1 +1,4 @@
1
// Your JS application in here
2
+g.clear();
3
+g.drawString("Your Espruino is working fine.", 0, 0, true);
4
+g.flip();
0 commit comments