MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / lcd_clear

Method lcd_clear

mpython/lib/lcd2004.py:70–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 self.lcd_write(0x08 | 0x04)
69
70 def lcd_clear(self):
71 self.lcd_write(0x01) # Clear Screen
72 self.lcd_write(0x02) # Set Home
73
74 def lcd_backlight(self, on):
75 if on:

Callers 3

lcdPrintFunction · 0.80
lcdScrollFunction · 0.80
displayTempFunction · 0.80

Calls 1

lcd_writeMethod · 0.95

Tested by

no test coverage detected