Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit 3a876b2

Browse files
committed
Merge pull request #29 from wckdDev/patch-1
Update Adafruit_CharLCDPlate.py
2 parents ae10bfb + e8a9985 commit 3a876b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_CharLCDPlate/Adafruit_CharLCDPlate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ def ToggleBlink(self):
362362
self.write(self.LCD_DISPLAYCONTROL | self.displaycontrol)
363363

364364

365-
def DisplayLeft(self):
365+
def scrollDisplayLeft(self):
366366
""" These commands scroll the display without changing the RAM """
367-
self.displayshift = self.LCD_DISPLAYMODE | self.LCD_MOVELEFT
367+
self.displayshift = self.LCD_DISPLAYMOVE | self.LCD_MOVELEFT
368368
self.write(self.LCD_CURSORSHIFT | self.displayshift)
369369

370370

0 commit comments

Comments
 (0)