We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb51ce5 + 5d41151 commit 3315b49Copy full SHA for 3315b49
micropython/modules_py/gfx_pack.md
@@ -71,6 +71,7 @@ example:
71
72
```python
73
display = board.display
74
+display.set_pen(15)
75
display.text("Hello World!", 0, 0)
76
display.line(0, 0, 128, 64)
77
display.update() # Update display with the above items
@@ -88,4 +89,4 @@ display = board.display
88
89
display.set_backlight(0.0) # Backlight is off
90
display.set_backlight(0.5) # Backlight is 50%
91
display.set_backlight(1.0) # Backlight is 100%
-```
92
+```
0 commit comments