PeterBLITZ / m2tklib

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

M2_GFX_MSG_GET_NUM_CHAR_WIDTH missing for GLCD handler #73

Closed GoogleCodeExporter closed 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

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

GoogleCodeExporter commented 8 years ago
also fixed LiquidCrystal and serial monitor device

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

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 19 Jul 2012 at 4:38