Open GoogleCodeExporter opened 8 years ago
Original comment by olikr...@gmail.com
on 16 Aug 2012 at 8:44
how to display umlaut gylphs and other chars with code > 127?
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
Why does my T6963 display not work correctly?
--> FS, FS1 or FS2 must be wired to GND
Original comment by olikr...@gmail.com
on 22 Jan 2014 at 8:12
Original issue reported on code.google.com by
olikr...@gmail.com
on 16 Aug 2012 at 6:39