olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.24k stars 313 forks source link

Dynamic menu with u8glib - scrooll bar issue #442

Closed jcmojj closed 7 years ago

jcmojj commented 7 years ago

Hello Again! Now I am trying to convert the liquidcrystal example you did for dynamic menu into u8glib. It's almost working. The only problem is the scroll bar. I couldn't adapt what you did for liquidcrystal (with uint8_t) into u8glib. Could you post the part of the library that we could use inside dynamic menu to make that nice looking scrooll bar? Thank you a lot!