Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lcdPrint
Function · 0.80
lcdScroll
Function · 0.80
displayTemp
Function · 0.80
Calls
1
lcd_write
Method · 0.95
Tested by
no test coverage detected