erkanokman-zz/u8glib

u8g_DrawStr90P tries to read flash pointer from ram

Opened this issue · 2 comments

"while( *s != '\0' )" should be something like "while( u8g_pgm_read(s) != '\0' 
)".

Original issue reported on code.google.com by darkbo...@gmail.com on 21 Mar 2015 at 7:56

ups... yes, true. a bug.

fixed in the code (two more procedures affected). testing required.

Original comment by olikr...@gmail.com on 22 Mar 2015 at 7:59

  • Changed state: Started
  • Added labels: Milestone-1.18, Priority-Critical
  • Removed labels: Priority-Medium
Works fine now, thanks.

Original comment by darkbo...@gmail.com on 22 Mar 2015 at 6:37