I am developing an application that will use a 240 x 320 display from Microtips. This display employs an ST7789V control chip so it seems like a good idea to build my code with the 7789_t3 library. (I've attached the data sheet)
I have done a first version of the board, but can't get any display function so I am having some doubts about my design choices.
The display as supplied exposes all 4 MCU interface select pins, which allows a pretty wide range of mode options (see page 8 of the data sheet) including 5 serial types, but particularly confusing is the presence of a type II serial. I tried pretty hard to find out what this meant, but I guessed that II was newer and better
I was also not really sure whether the _t3 library was 3_line or 4_line (although my thinking is 3-line), so to hedge my bets I tied IM3 and IM2 high and gave myself jumpers for IM0 and IM1 so I could experiment. Sadly neither of the options seem to work.
It would be really helpful if you could give me some guidance on which mode the 7789_t3 library actually does support, and of course I realise I should have asked this first.
I'm using a Teensy 3.2 and running the module at 3.3V
Thanks very much for your help.
I have done a first version of the board, but can't get any display function so I am having some doubts about my design choices.
The display as supplied exposes all 4 MCU interface select pins, which allows a pretty wide range of mode options (see page 8 of the data sheet) including 5 serial types, but particularly confusing is the presence of a type II serial. I tried pretty hard to find out what this meant, but I guessed that II was newer and better
I was also not really sure whether the _t3 library was 3_line or 4_line (although my thinking is 3-line), so to hedge my bets I tied IM3 and IM2 high and gave myself jumpers for IM0 and IM1 so I could experiment. Sadly neither of the options seem to work.
It would be really helpful if you could give me some guidance on which mode the 7789_t3 library actually does support, and of course I realise I should have asked this first.
I'm using a Teensy 3.2 and running the module at 3.3V
Thanks very much for your help.