Skip to content

Commit

Permalink
Merge pull request #89 from J-J-B-J/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Gadgetoid authored Jul 5, 2024
2 parents b89d41c + 4fae505 commit c697393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you find things not working as expected on the REPL, reset your pen, cursor,

* `pen(number)`, `pen(r, g, b)` or `pen(r, g, b, a)` - set the drawing colour
* `pen()` - reset the drawing colour to white (15, 15, 15, 15)
* `clip(x, y, w, h` - set the clipping region (drawing outside this region is ignored)
* `clip(x, y, w, h)` - set the clipping region (drawing outside this region is ignored)
* `clip()` - reset the clipping region *to the drawing target size* (0, 0, 120, 120 if SCREEN)
* `blend(COPY / ALPHA / MASK)` - set the blend mode
* `blend()` - reset the blend mode (`ALPHA`)
Expand Down

0 comments on commit c697393

Please sign in to comment.