You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Please don't double-post your questions on the official boards forum. This is the right place - I've deleted your other post.

    Try using software SPI rather than hardware SPI, that may solve your issues...

    var spi = new SPI();
    spi.setup({mosi:D23, sck:D18});
     let g = require('MAX7219').connect(spi,D5,4);
    ...
    
About

Avatar for Gordon @Gordon started