Skip to content

Commit

Permalink
less lcd flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
bkubicek committed Nov 20, 2011
1 parent 379ea64 commit 924bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/ultralcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
activeline=maxlines;
curencoderpos=maxlines*lcdslow;
}
if(lastactiveline!=activeline ||lastlineoffset!=lineoffset)
if(lastlineoffset!=lineoffset)
force_lcd_update=true;
lcd.setCursor(0,activeline);lcd.print((activeline+lineoffset)?'>':'\003');
}
Expand Down

0 comments on commit 924bab1

Please sign in to comment.