neutron3d / u8glib

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

drawStr270() #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in the code
  u8g.drawStr270(30,31, " 270");
the "2" is not written correctly

Original issue reported on code.google.com by olikr...@gmail.com on 16 Mar 2012 at 5:34

GoogleCodeExporter commented 8 years ago
reproduced in sdl/gA

Original comment by olikr...@gmail.com on 16 Mar 2012 at 5:47

GoogleCodeExporter commented 8 years ago
done -w-1 --> -(w-1)

Original comment by olikr...@gmail.com on 16 Mar 2012 at 7:56