I'm sending 0xf800, which for ILI9341 is red
1st works fine and is very slow
2nd works fine and doubles speed
3rd and 4th are really fast, but dont display red, its blue. So 0xF800(63488) becomes 248(0x00F8)
So,where is the problem, between my ears, or in interpretation of data ?
Oh, just checked version from yesterday, there is a new parameter for SPI called order. Will check it later today or tomorrow.
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.
Thanks for the feedback, I now have some more options:
I'm sending 0xf800, which for ILI9341 is red
1st works fine and is very slow
2nd works fine and doubles speed
3rd and 4th are really fast, but dont display red, its blue. So 0xF800(63488) becomes 248(0x00F8)
So,where is the problem, between my ears, or in interpretation of data ?
Oh, just checked version from yesterday, there is a new parameter for SPI called order. Will check it later today or tomorrow.