Skip to content

Instantly share code, notes, and snippets.

@Robotonics
Last active December 16, 2015 11:59
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 Robotonics/5431385 to your computer and use it in GitHub Desktop.
Save Robotonics/5431385 to your computer and use it in GitHub Desktop.
void print_title(void) {
Title.DefineArea(1,0,19,1);
Title.SelectFont(System 5x7);
Title.CursorTo(0,0);
Title.print ("Alison's MP3 player");
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment