From ea4e0968357d3ae1c2345b68f2aeb03cb44e330e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 7 May 2024 05:36:29 -0400 Subject: [PATCH] Update manifest Sparkette to 2.7.1 --- manifests-cache.json | 8 +++++++- manifests/Sparkette.json | 23 ++++++++++++++++++++--- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 4bbb0cea..d8301886 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -12324,7 +12324,7 @@ } }, "Sparkette": { - "buildTimestamp": 1712607166.8917265, + "buildTimestamp": 1715074546.6250215, "creationTimestamp": 1664898773.0755346, "modules": { "Ellie": { @@ -12377,6 +12377,12 @@ }, "Microcosm": { "creationTimestamp": 1712607167.4316914 + }, + "DMAFX": { + "creationTimestamp": 1715074546.7036657 + }, + "Accessor": { + "creationTimestamp": 1715074546.7599034 } } }, diff --git a/manifests/Sparkette.json b/manifests/Sparkette.json index 5eb40a65..30afc73d 100644 --- a/manifests/Sparkette.json +++ b/manifests/Sparkette.json @@ -1,7 +1,7 @@ { "slug": "Sparkette", "name": "Sparkette's Stuff", - "version": "2.6.0", + "version": "2.7.1", "license": "GPL-3.0-or-later", "brand": "Sparkette's Stuff", "author": "Sara Sparks", @@ -137,7 +137,7 @@ { "slug": "RAM40964", "name": "RAM-40964", - "description": "64\u00d764\u00d74 planar random access memory, designed with RGB Matrix in mind", + "description": "64\u00d764\u00d74 planar random access memory, designed with RGB Matrix in mind. DMA compatible.", "tags": [ "Digital", "Sample and hold", @@ -167,11 +167,28 @@ { "slug": "Microcosm", "name": "Microcosm", - "description": "5x5 Conway's Game of Life where each cell is individually controllable.", + "description": "5x5 Conway's Game of Life where each cell is individually controllable. DMA compatible.", "tags": [ "Digital", "Sequencer" ] + }, + { + "slug": "DMAFX", + "name": "DMA-FX", + "description": "An expander that connects to an adjacent DMA-compatible module, providing a selection of miscellaneous effect triggers.", + "tags": [ + "Visual", + "Expander" + ] + }, + { + "slug": "Accessor", + "name": "Accessor", + "description": "Connects to an adjacent DMA-compatible module to allow for reading and writing of memory.", + "tags": [ + "Expander" + ] } ] } \ No newline at end of file