summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-15 09:21:04 -0500
committerJeff Epler <jepler@gmail.com>2020-04-17 18:43:57 -0500
commita32337718d48fa83e5ebd8c7168019b4196acd0e (patch)
tree23ae7043e7f47477b95c5640b6dda0cd86078bc6 /shared-module
parentd1ff23e0046a6462d4939b4b8c79f10182fabf9d (diff)
Rename _protomatter -> protomatter
I originally believed that there would be a wrapper library around it, like with _pixelbuf; but this proves not to be the case, as there's too little for the library to do.
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/displayio/__init__.h2
-rw-r--r--shared-module/protomatter/Protomatter.c (renamed from shared-module/_protomatter/Protomatter.c)6
-rw-r--r--shared-module/protomatter/Protomatter.h (renamed from shared-module/_protomatter/Protomatter.h)0
-rw-r--r--shared-module/protomatter/__init__.c (renamed from shared-module/_protomatter/__init__.c)0
-rw-r--r--shared-module/protomatter/__init__.h (renamed from shared-module/_protomatter/__init__.h)0
-rw-r--r--shared-module/protomatter/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 278a5e78f..f5045b19a 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/protomatter/Protomatter.h"
typedef struct {
union {
diff --git a/shared-module/_protomatter/Protomatter.c b/shared-module/protomatter/Protomatter.c
index 77ca63476..37721cb1c 100644
--- a/shared-module/_protomatter/Protomatter.c
+++ b/shared-module/protomatter/Protomatter.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/protomatter/Protomatter.h"
+#include "shared-module/protomatter/allocator.h"
+#include "shared-bindings/protomatter/Protomatter.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/protomatter/Protomatter.h
index e69de29bb..e69de29bb 100644
--- a/shared-module/_protomatter/Protomatter.h
+++ b/shared-module/protomatter/Protomatter.h
diff --git a/shared-module/_protomatter/__init__.c b/shared-module/protomatter/__init__.c
index e69de29bb..e69de29bb 100644
--- a/shared-module/_protomatter/__init__.c
+++ b/shared-module/protomatter/__init__.c
diff --git a/shared-module/_protomatter/__init__.h b/shared-module/protomatter/__init__.h
index e69de29bb..e69de29bb 100644
--- a/shared-module/_protomatter/__init__.h
+++ b/shared-module/protomatter/__init__.h
diff --git a/shared-module/_protomatter/allocator.h b/shared-module/protomatter/allocator.h
index b7f517ce5..b7f517ce5 100644
--- a/shared-module/_protomatter/allocator.h
+++ b/shared-module/protomatter/allocator.h