Created
July 23, 2015 16:24
-
-
Save la3pna/40a9002521854fa9f24d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Serial.println(u8g.getMode()); | |
u8g.setRGB(255,255,255); | |
u8g.drawStr( 66, 0, "white?"); | |
u8g.setRGB(0,0,0); | |
u8g.drawStr( 100, 0, "Invert?"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment