eiginn / u8glib

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

M2_GFX_MSG_GET_NUM_CHAR_WIDTH missing for GLCD handler #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
DataEntry or FreqGen example are not correct with glcd lib.

What is the expected output? What do you see instead?
Display is wrong

Problem: M2_GFX_MSG_GET_NUM_CHAR_WIDTH is not supported by the glcd handler. 
This will lead to wrong return value (numbers are assumed to have pixelwidth of 
1)

Fix: Support M2_GFX_MSG_GET_NUM_CHAR_WIDTH for glcd graphics handler.

Original issue reported on code.google.com by olikr...@gmail.com on 18 Jul 2012 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 18 Jul 2012 at 7:34

GoogleCodeExporter commented 8 years ago
Moved to: Issue m2tklib:73

Original comment by olikr...@gmail.com on 18 Jul 2012 at 7:34