MCPcopy Create free account
hub / github.com/antirez/freakwan / refresh

Method refresh

splash.py:45–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.display.line(dx+30,dy,dx+45,dy+50,1)
44
45 def refresh(self):
46 if not self.display: return
47 self.draw_logo()
48 self.display.show()
49
50# Only useful in order to test the animation quickly in the SD1306
51if __name__ == "__main__":

Callers 1

splash.pyFile · 0.45

Calls 2

draw_logoMethod · 0.95
showMethod · 0.80

Tested by

no test coverage detected