DUE & uLCD43PT-AR

Hi,

I recently bought the uLCD43PT-AR (http://www.4dsystems.com.au/product/3/21/Arduino_Display_Modules_and_Shields/uLCD_43_PT_AR/ ) and in some documents they mention that it has been tested on the Arduino DUE (at least some sketches), but on the other hand, it is powered by the regulated 5V pin through the 4D Arduino Adaptor Shield (http://www.4dsystems.com.au/product/3/127/Arduino_Display_Modules_and_Shields/4D_Arduino_Adaptor_Shield_II/).

The uLCD uses Serial comms to communicate with the host board. Does this means that in the DUE case, the serial comms would be at a 5V logic?.... I've read a lot of documents and research on the web and found nothing..... or maybe I misread the papers...

Any help?

I really would like to use the LCD with the DUE but I'm afraid of burning it!!!!

thanks a lot in advance and happy new year!!!!

Its a 5V device, you'll need a level shifter for serial going from LCD to Due (RX pin), but
might get away without one for the TX line if the unit reliably recognises 3.3V as HIGH.

I'd try a 1k / 2k2 resistive divider (approx 2/3rds) to the RX pin, and place a 2k2 resistor
in series with the TX pin (paranoia) and see if it flies. For really high baud rates a proper
level shifter might be needed.

Thanks!!!!!

I'll try that and see how it goes!,

Cheers!!

Old post, but providing an answer for people looking.

4D Systems displays are powered off 5V, but are 3.3V logic but are 5V logic tolerant. So you have no issue talking to them from Uno, Due, Chipkit, Galileo, etc. No level shifters required.

Documented in the datasheets of the display modules in question FWIW

Regards
WanaGo