You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
U8GLIB_HT1632_24X16 u8g1 = U8GLIB_HT1632_24X16(22, 23, 21);
U8GLIB_HT1632_24X16 u8g2 = U8GLIB_HT1632_24X16(22, 23, 20);
U8GLIB_VS u8g = U8GLIB_VS();
u8g.addToVirtualScreen(0, 0, u8g1);
u8g.addToVirtualScreen(24, 0, u8g2);
u8g.setVirtualScreenDimension(48, 16);
u8g.getHeight(); // returns 0
u8g.firstPage();
u8g.getHeight(); // returns 16
What is the expected output? What do you see instead?
I should've 16 without needing to call firstPage
I tried to debug this but I don't know u8glib internals enough for that. The
few changes I made to u8g_virtual_screen.c didn't prove successful.
Original issue reported on code.google.com by ant.ber...@gmail.com on 8 Feb 2015 at 11:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ant.ber...@gmail.com
on 8 Feb 2015 at 11:03The text was updated successfully, but these errors were encountered: