lbeck37 / u8glib

Automatically exported from code.google.com/p/u8glib
0 stars 0 forks source link

FAQ entries #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

questions: what about octal escapes?

Original issue reported on code.google.com by olikr...@gmail.com on 16 Aug 2012 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 16 Aug 2012 at 8:44

GoogleCodeExporter commented 9 years ago
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