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

Method lcd_on

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

Source from the content-addressed store, hash-verified

65 self.lcd_write(0x08 | 0x00)
66
67 def lcd_on(self):
68 self.lcd_write(0x08 | 0x04)
69
70 def lcd_clear(self):
71 self.lcd_write(0x01) # Clear Screen

Callers

nothing calls this directly

Calls 1

lcd_writeMethod · 0.95

Tested by

no test coverage detected