Created
April 21, 2013 20:57
-
-
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.
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
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