shades66
shades66
Hi all, I've been trying to get my Amber stick working and noticed the following when using the --debug option `(serial /dev/ttyUSB0) sent "FF0A02008077" (serial /dev/ttyUSB0) sent "FF0A02008077" (serial) received...
Hi, I got those same panels from that seller and had the same issue with nothing being displayed, Using the smartmatrix library I just got a noisy display with bits...
Hey, sorry I should of set it all to ones when I posted the script. It was just left with the last settings I was playing with trying to work...
Hi,. In the script try updating the line if(x==(128-12)): To if(x==(max-12)): And see if that works
I'm not sure the Dial uses the WS1850S as the schematic references RC522 and the library in this repo (in src/utility) seems to reference the MFRC522 chipset https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf saying that...