Browse Source

Update manifest Sparkette to 2.7.1

v2
Andrew Belt 1 year ago
parent
commit
ea4e096835
2 changed files with 27 additions and 4 deletions
  1. +7
    -1
      manifests-cache.json
  2. +20
    -3
      manifests/Sparkette.json

+ 7
- 1
manifests-cache.json View File

@@ -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
}
}
},


+ 20
- 3
manifests/Sparkette.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save