summaryrefslogtreecommitdiff
path: root/shared-module/displayio/__init__.h
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-15 15:01:24 -0500
committerJeff Epler <jepler@gmail.com>2020-04-17 18:44:07 -0500
commit5fcc6d62869310b2b1dd96279e5a121623e07aba (patch)
tree70a6bd5a8da25058d81ccc158619ca53b368039a /shared-module/displayio/__init__.h
parent1b478bbae6145e8e4d4e97a7c72b730df292e602 (diff)
RGBMatrix: finish renaming from Protomatter
This gets all the purely internal references. Some uses of protomatter/Protomatter/PROTOMATTER remain, as they are references to symbols in the Protomatter C library itself.
Diffstat (limited to 'shared-module/displayio/__init__.h')
-rw-r--r--shared-module/displayio/__init__.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-module/displayio/__init__.h b/shared-module/displayio/__init__.h
index 87c0d3356..9eb10c28b 100644
--- a/shared-module/displayio/__init__.h
+++ b/shared-module/displayio/__init__.h
@@ -43,8 +43,8 @@ typedef struct {
displayio_fourwire_obj_t fourwire_bus;
displayio_i2cdisplay_obj_t i2cdisplay_bus;
displayio_parallelbus_obj_t parallel_bus;
-#if CIRCUITPY_PROTOMATTER
- protomatter_protomatter_obj_t protomatter;
+#if CIRCUITPY_RGBMATRIX
+ rgbmatrix_rgbmatrix_obj_t rgbmatrix;
#endif
};
union {