Skip to content

Commit

Permalink
Merge pull request #71 from Zoobdude/patch-1
Browse files Browse the repository at this point in the history
Add set_font() to porting-guide.md
  • Loading branch information
Gadgetoid authored Mar 12, 2024
2 parents 9b6acf2 + 3a7278e commit 06ca4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/porting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ You no longer need to edit `launcher.py` to include your own custom apps, just p
The switch from Badger's own library to PicoGraphics changed a few minor things:

* `pen()` is now `set_pen()`
* `font()` is now `set_font()`
* `update_speed()` is now `set_update_speed()`
* `thickness()` is now `set_thickness()` and *only* applies to Hershey fonts

Expand Down

0 comments on commit 06ca4c0

Please sign in to comment.