Skip to content

Instantly share code, notes, and snippets.

@la3pna
Created July 23, 2015 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save la3pna/40a9002521854fa9f24d to your computer and use it in GitHub Desktop.
Save la3pna/40a9002521854fa9f24d to your computer and use it in GitHub Desktop.
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