Skip to content

Instantly share code, notes, and snippets.

@Robotonics
Created April 21, 2013 20:57
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/5431050 to your computer and use it in GitHub Desktop.
Save Robotonics/5431050 to your computer and use it in GitHub Desktop.
Extract from function to create and print Title for Bluetooth mp3 player project.
Title.DefineArea(1,0,19,1);
Title.SelectFont(System 5x7);
Title.CursorTo(0,0);
Title.Print("Alison's MP3 Player");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment