We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae10bfb commit e8a9985Copy full SHA for e8a9985
Adafruit_CharLCDPlate/Adafruit_CharLCDPlate.py
@@ -362,9 +362,9 @@ def ToggleBlink(self):
362
self.write(self.LCD_DISPLAYCONTROL | self.displaycontrol)
363
364
365
- def DisplayLeft(self):
+ def scrollDisplayLeft(self):
366
""" These commands scroll the display without changing the RAM """
367
- self.displayshift = self.LCD_DISPLAYMODE | self.LCD_MOVELEFT
+ self.displayshift = self.LCD_DISPLAYMOVE | self.LCD_MOVELEFT
368
self.write(self.LCD_CURSORSHIFT | self.displayshift)
369
370
0 commit comments