PeterBLITZ / m2tklib

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

Add GFX_MSG to put level information to the graphics device #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Background: The u8glib subsystem does not have an xor operation. However, to 
render text fields in the focus-box mode, it is required for the low level 
driver to know the color for text drawing procedures within the chars of a text 
element.

therefor pass
M2_GFX_MSG_DOWN, new depth as arg
and 
M2_GFX_MSG_UP, old depth as arg

Original issue reported on code.google.com by olikr...@gmail.com on 28 Mar 2012 at 6:17

GoogleCodeExporter commented 8 years ago
done and u8g gfx device updated

Original comment by olikr...@gmail.com on 29 Mar 2012 at 5:26