Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-random authored Apr 25, 2021
1 parent 636bd18 commit 3cf474f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ follow installation directions at that link.

## Options:

1. `ESP_8_BIT_GFX` offers higher-level drawing commands via the
1. `ESP_8_BIT_GFX` offers high-level drawing commands via the
[Adafruit GFX API](https://learn.adafruit.com/adafruit-gfx-graphics-library).
Easey to use, but not the highest performance.
Easy to use, but not the highest performance.
2. `ESP_8_BIT_composite` exposes low-level frame buffer for those who prefer
to manipulate bytes directly. Maximum performance, but not very easy to use.

Expand Down

0 comments on commit 3cf474f

Please sign in to comment.