• I ordered a Nokia 5100 LCD board with my Espruino and like the idea of having it soldered directly to the board as described in the tutorial.

    Just one question - in the tutorial you twist the DC & DIN pins (to get the DIN pin over A7 - SPI1 MOSI, leaving A6 available for the DC pin)

    Could the SPI MOSI & MISO have been swapped in SPI1.setup so that the pins didnt need twisted?

    i.e. SPI1.setup({ baud: 1000000, sck:A5, mosi:A6 }); Leaving A7 for the DC pin.

    (Hopefully I'm not posting too many questions - I'm trying my best to figure things out myself before asking!)

About

Avatar for DaveNI @DaveNI started