Hi,
has anybody used a Multi-Inno MI0283QT-9A display with teensy(2++ or 3) and Arduino(teensyduino 1.0.5)?
I'v got the display from here: http://www.watterott.com/de/MI0283QT-2-Adapter
A Arduino Library (as part of an SD-shield) is here: https://github.com/watterott/mSD-Shield/tree/master/src
An older MI0283QT-2 did work flawlessly.
The new one seems not to listen to the SPI commands. (The touchscreen controller does work though...)
The problem might be that the older display uses the controller HX8347D whereas the newer one uses the ILITEK’s I9341 controler.
One difference is that the I9341 needs 9bit SPI transfers (the first bit states if the next byte its a command or data transfer)...
Is a 9bit SPI transfer possible with the Arduino SPI library?
Any hints would be helpful.
Thanks in advance!
---
Michael Reifenberger
has anybody used a Multi-Inno MI0283QT-9A display with teensy(2++ or 3) and Arduino(teensyduino 1.0.5)?
I'v got the display from here: http://www.watterott.com/de/MI0283QT-2-Adapter
A Arduino Library (as part of an SD-shield) is here: https://github.com/watterott/mSD-Shield/tree/master/src
An older MI0283QT-2 did work flawlessly.
The new one seems not to listen to the SPI commands. (The touchscreen controller does work though...)
The problem might be that the older display uses the controller HX8347D whereas the newer one uses the ILITEK’s I9341 controler.
One difference is that the I9341 needs 9bit SPI transfers (the first bit states if the next byte its a command or data transfer)...
Is a 9bit SPI transfer possible with the Arduino SPI library?
Any hints would be helpful.
Thanks in advance!
---
Michael Reifenberger