소스 검색

less lcd flickering

Bernhard Kubicek 13 년 전
부모
커밋
924bab1a03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/ultralcd.h

+ 1
- 1
Marlin/ultralcd.h 파일 보기

@@ -113,7 +113,7 @@
113 113
           activeline=maxlines;
114 114
           curencoderpos=maxlines*lcdslow;
115 115
         }
116
-        if(lastactiveline!=activeline ||lastlineoffset!=lineoffset)
116
+        if(lastlineoffset!=lineoffset)
117 117
           force_lcd_update=true;
118 118
         lcd.setCursor(0,activeline);lcd.print((activeline+lineoffset)?'>':'\003');    
119 119
       } 

Loading…
취소
저장