ystrem / u8glib

Automatically exported from code.google.com/p/u8glib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rot90 and rot270 incorrect

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Rotation.pde example
2. uncomment U8GLIB_NHD27OLED_GR u8g(13, 11, 10, 9);
3. upload

What is the expected output? What do you see instead?
Hello! is not correct for rot90 and rot270

What version of the product are you using? On what operating system?
1.08 pre 2

Please provide any additional information below.


Original issue reported on code.google.com by olikr...@gmail.com on 29 Sep 2012 at 12:59

appears also for 2x_GR variant

Original comment by olikr...@gmail.com on 29 Sep 2012 at 3:39

fixed (bug in u8g_clip.c)

Original comment by olikr...@gmail.com on 29 Sep 2012 at 9:19

  • Changed state: Fixed