Skip to content

Commit 4e6f51c

Browse files
authored
Fix: Added help button to RGB LED matrix (#938)
fix: added help links to rgb led matrix
1 parent dc7ea82 commit 4e6f51c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/simulator/src/modules/RGBLedMatrix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,4 @@ RGBLedMatrix.prototype.mutableProperties = {
378378
},
379379
}
380380
RGBLedMatrix.prototype.objectType = 'RGBLedMatrix'
381+
RGBLedMatrix.prototype.helplink = 'https://docs.circuitverse.org/chapter4/chapter4-output#rgb-led-matrix'

v1/src/simulator/src/modules/RGBLedMatrix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,4 @@ RGBLedMatrix.prototype.mutableProperties = {
378378
},
379379
}
380380
RGBLedMatrix.prototype.objectType = 'RGBLedMatrix'
381+
RGBLedMatrix.prototype.helplink = 'https://docs.circuitverse.org/chapter4/chapter4-output#rgb-led-matrix'

0 commit comments

Comments
 (0)