diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-15 11:22:16 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-17 18:43:57 -0500 |
| commit | 3d6258f63dce84519704251b86a16c832958c8a6 (patch) | |
| tree | 6ab212174a7f9f82da26c19ac3d93c1e9b25bc88 /shared-bindings/framebufferio/__init__.c | |
| parent | 64c3968a2e2c626036fcd3d148eae7ba092e6096 (diff) | |
Rename Protomatter -> RGBMatrix
This is a quick rename, it changes the user-facing names but not the
internal names of things.
Diffstat (limited to 'shared-bindings/framebufferio/__init__.c')
| -rw-r--r-- | shared-bindings/framebufferio/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/framebufferio/__init__.c b/shared-bindings/framebufferio/__init__.c index 0f0823a25..88f69bb2c 100644 --- a/shared-bindings/framebufferio/__init__.c +++ b/shared-bindings/framebufferio/__init__.c @@ -38,7 +38,7 @@ //| The `framebufferio` module contains classes to manage display output //| including synchronizing with refresh rates and partial updating. //| It is used in conjunction with classes from `displayio` to actually -//| place items on the display; and classes like `Protomatter` to actually +//| place items on the display; and classes like `RGBMatrix` to actually //| drive the display. //| //| Libraries |
