Search results

  1. M

    teensyduino and Multi-Inno MI0283QT-9A display/touchscreen

    Unfortunately yes. The ILI chip seems to be able to be programmed in different parallell/seriall modes and watterott decided to spend a additional CMD/DATA SPI bit instead to modify the HW interface and spend a additional CMD/DATA data pin. So the 9th bit differentiates between cmd/data. Here...
  2. M

    teensyduino and Multi-Inno MI0283QT-9A display/touchscreen

    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...
  3. M

    DualVirtualSerial for teensyduino?

    Hi, sometimes it would be handy to have two USB serial devices at once, one for logging, on as a controlling interface. Using LUFA there would be a DualVirtualSerial example for it. But is it possible to implement using the teensy Arduino environment too? Has anybody done something similar...
  4. M

    MI0283QT-Adapter with teensy++ 2.0 and arduino

    Hi, I'm trying to get the arduino library from here https://github.com/watterott/mSD-Shield/downloads which is for this display https://github.com/watterott/MI0283QT-Adapter Unfortunately it is primary targeted for the arduino mega... Currently it fails to compile because it uses a...
Back
Top