@JumJum the SPI bit order won't help you - it's byte order that's your problem... It's whether you're storing data in little endian or big endian formats.
This isn't a regression is it? I thought that the ILI9341 module worked just fine with the Graphics lib?
Where are you getting the Uint16Array from? can't you just create the 16 bit numbers in the right order in the first place?
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.
@JumJum the SPI bit order won't help you - it's byte order that's your problem... It's whether you're storing data in little endian or big endian formats.
This isn't a regression is it? I thought that the ILI9341 module worked just fine with the Graphics lib?
Where are you getting the Uint16Array from? can't you just create the 16 bit numbers in the right order in the first place?