The TellyMate has simple control codes that allow you to set a row to display as double height and/or double-width. It's as easy as writing the same text to two rows and marking them as double-height!
The analog joystick would probably need an extra few lines of code, but the tactile buttons would work by just plugging in their pin numbers into the source (available from the batsocks website - see the TellyMate examples page)
How did you change the size of the font?
Robobbly 10 months ago
@Robobbly,
The TellyMate has simple control codes that allow you to set a row to display as double height and/or double-width. It's as easy as writing the same text to two rows and marking them as double-height!
Condemned2k9 10 months ago
@Condemned2k9 I know, i have a tellymate can you acherly tell me some codes eg Serial.println("Hello"); ?
Thanks
Robert
Robobbly 10 months ago
@Condemned2k9 I know, i have a tellymate can you acherly tell me some codes eg Serial.println("Hello"); ?
Thanks
Robert
Robobbly 10 months ago
This code should print "Hello World!" at double-height, double-width.
#define CHAR_ESC "\x1B"
Serial.print( CHAR_ESC "_4" ) ;
Serial.println( "Hello World!" ) ;
Serial.print( CHAR_ESC "_5" ) ;
Serial.println( "Hello World!" ) ;
I hope that helps!
Condemned2k9 10 months ago
@Condemned2k9 Thank you so much... is there any way i can have tripple? also how do i get back to normal hight?
Robobbly 10 months ago
can you make it controllable like with the Joystick Shield from spark fun.
Jonas412LOL 2 years ago
The analog joystick would probably need an extra few lines of code, but the tactile buttons would work by just plugging in their pin numbers into the source (available from the batsocks website - see the TellyMate examples page)
Condemned2k9 2 years ago
@Condemned2k9 ARCADE JOYSTICK (from sparkfun)
MrMattcf 7 months ago
Radness.
grinick 2 years ago
Damn sexy sir!
JRprofucktions 2 years ago