(self)
| 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 |
| 51 | if __name__ == "__main__": |