Skip to content

Commit

Permalink
Merge pull request #49 from crispythegoat/patch-2
Browse files Browse the repository at this point in the history
Typo Correction in MicroPython Display Doc
  • Loading branch information
Gadgetoid authored Feb 9, 2021
2 parents 7db3bcf + 0649040 commit e086a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/modules/pico_display/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ picodisplay.pixel(x, y)

### pixel_span

Draws a horixontal line of pixels to the buffer. The `x` and `y` parameters specify the coordinates of the first pixel of the line. The `l` parameter describes the length of the line in pixels. This function will only extend the line towards the end of the screen, i.e. the `x` coordinate should specify the left hand extreme of the line.
Draws a horizontal line of pixels to the buffer. The `x` and `y` parameters specify the coordinates of the first pixel of the line. The `l` parameter describes the length of the line in pixels. This function will only extend the line towards the end of the screen, i.e. the `x` coordinate should specify the left hand extreme of the line.

```python
picodisplay.span(x, y, l)
Expand Down

0 comments on commit e086a0d

Please sign in to comment.