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

Method lcd_off

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

Source from the content-addressed store, hash-verified

62 i = i + 1
63
64 def lcd_off(self):
65 self.lcd_write(0x08 | 0x00)
66
67 def lcd_on(self):
68 self.lcd_write(0x08 | 0x04)

Callers

nothing calls this directly

Calls 1

lcd_writeMethod · 0.95

Tested by

no test coverage detected