View Single Post
Old 12-28-2016, 02:40 PM   #19 (permalink)
t vago
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by sallen View Post
Thanks very much,

It seems the latest version now has a bug in displaying the settings/setup menu. No other menus are affected. It duplicates line 2 of the display on line 1.

It's kinda trying to display properly - you may be able to see when I switch to the settings menu it very faintly flickers "contrast" on the top line behind the duplicted text.

To rule out LCD display (hardware) issues - I uploaded the previous version and the Settings displayed fine.
Looks like an issue with the buffered LCD #include . Comment out the "useLegacyLCDbuffered" #include, and it'll work just fine.

Update: found the actual bug itself. Here's the updated code.

Last edited by t vago; 12-30-2016 at 02:28 PM.. Reason: removed old code
  Reply With Quote