Created
November 30, 2019 09:17
-
-
Save MaBecker/71b82a9deceb7306d62115683a2debb3 to your computer and use it in GitHub Desktop.
MySample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g.clear(); | |
g.setFont("6x8",3); | |
g.setColor(0x07E0); | |
g.drawString("Welcome\nto the\nBangle.js\nEmulator",20,60); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment