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!)
@DaveNI started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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!)