Closed apophis79 closed 3 years ago
The line dmd.Color = RGB(255,255,255);
is unlikely to work since afaik there is no RGB method in javascript that would create an rgb object. I do not know how to create a color in javascript, so I do not have anysolution to propose.
Hello, I'm interested in rendering the PinballY DMD object in a different color (white) ... not the standard orange. I tried including the following lines of code in my main.js file, but when I did the DMD did not render at all.:
What am I doing wrong? Thank you, Dan