Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. >>> import ssd1306
  2. >>> display = ssd1306.SSD1306_I2C(128, 64, i2c)
  3. >>> display.fill(0)
  4. >>> display.text('Hello', 0, 0)
  5. >>> display.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement