Skip to content

Commit e385444

Browse files
authored
Merge pull request #51 from Wmyers559/update-example
Update README.rst
2 parents d8e5345 + 13ef783 commit e385444

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ Usage Example
8989
9090
display.show()
9191
92+
# Set a pixel in the origin 0,0 position.
93+
display.pixel(0, 0, 1)
94+
# Set a pixel in the middle 64, 16 position.
95+
display.pixel(64, 16, 1)
96+
# Set a pixel in the opposite 127, 31 position.
97+
display.pixel(127, 31, 1)
98+
display.show()
9299
93100
More examples and details can be found in the `adafruit_framebuf docs <https://circuitpython.readthedocs.io/projects/framebuf/en/latest>`__.
94101

0 commit comments

Comments
 (0)