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-module | |
| 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-module')
| -rw-r--r-- | shared-module/displayio/__init__.h | 2 | ||||
| -rw-r--r-- | shared-module/rgbmatrix/RGBMatrix.c (renamed from shared-module/protomatter/Protomatter.c) | 6 | ||||
| -rw-r--r-- | shared-module/rgbmatrix/RGBMatrix.h (renamed from shared-module/protomatter/Protomatter.h) | 0 | ||||
| -rw-r--r-- | shared-module/rgbmatrix/__init__.c (renamed from shared-module/protomatter/__init__.c) | 0 | ||||
| -rw-r--r-- | shared-module/rgbmatrix/__init__.h (renamed from shared-module/protomatter/__init__.h) | 0 | ||||
| -rw-r--r-- | shared-module/rgbmatrix/allocator.h (renamed from shared-module/protomatter/allocator.h) | 0 |
6 files changed, 4 insertions, 4 deletions
diff --git a/shared-module/displayio/__init__.h b/shared-module/displayio/__init__.h index f5045b19a..87c0d3356 100644 --- a/shared-module/displayio/__init__.h +++ b/shared-module/displayio/__init__.h @@ -36,7 +36,7 @@ #include "shared-bindings/displayio/Group.h" #include "shared-bindings/displayio/I2CDisplay.h" #include "shared-bindings/displayio/ParallelBus.h" -#include "shared-bindings/protomatter/Protomatter.h" +#include "shared-bindings/rgbmatrix/RGBMatrix.h" typedef struct { union { diff --git a/shared-module/protomatter/Protomatter.c b/shared-module/rgbmatrix/RGBMatrix.c index e7fa4ba9a..17049494d 100644 --- a/shared-module/protomatter/Protomatter.c +++ b/shared-module/rgbmatrix/RGBMatrix.c @@ -32,9 +32,9 @@ #include "py/objproperty.h" #include "py/runtime.h" -#include "common-hal/protomatter/Protomatter.h" -#include "shared-module/protomatter/allocator.h" -#include "shared-bindings/protomatter/Protomatter.h" +#include "common-hal/rgbmatrix/RGBMatrix.h" +#include "shared-module/rgbmatrix/allocator.h" +#include "shared-bindings/rgbmatrix/RGBMatrix.h" #include "shared-bindings/microcontroller/Pin.h" #include "shared-bindings/microcontroller/__init__.h" #include "shared-bindings/util.h" diff --git a/shared-module/protomatter/Protomatter.h b/shared-module/rgbmatrix/RGBMatrix.h index e69de29bb..e69de29bb 100644 --- a/shared-module/protomatter/Protomatter.h +++ b/shared-module/rgbmatrix/RGBMatrix.h diff --git a/shared-module/protomatter/__init__.c b/shared-module/rgbmatrix/__init__.c index e69de29bb..e69de29bb 100644 --- a/shared-module/protomatter/__init__.c +++ b/shared-module/rgbmatrix/__init__.c diff --git a/shared-module/protomatter/__init__.h b/shared-module/rgbmatrix/__init__.h index e69de29bb..e69de29bb 100644 --- a/shared-module/protomatter/__init__.h +++ b/shared-module/rgbmatrix/__init__.h diff --git a/shared-module/protomatter/allocator.h b/shared-module/rgbmatrix/allocator.h index b7f517ce5..b7f517ce5 100644 --- a/shared-module/protomatter/allocator.h +++ b/shared-module/rgbmatrix/allocator.h |
