Electronic – When is voltage level shifting needed/unneeded

level-shiftingvoltage

I know the question sounds simple, but I am facing an edge case here. I have a microcontroller with 3.3V on the GPIO's. I want to use it with this LCD panel. Adafruit creates their own breakout board, but I would like better speed/color depth so I am making my own board to support the 8080 MCU 18-bit parallel interface.

The LCD has the following stats for voltage:

VCC
    Recommended - Min: 2.5 Typ: 2.8V Max: 3.3V
    Absolute Max - 4.6V
Backlight
    Recommended - Min: - Typ: 3.2V Max: 3.4V

Now I know i can use 3.3V on the backlight, but I am a little worried about using 3.3V directly on the VCC pins. Do you think I need a level shifter? Explain your reasoning.

Best Answer

No level shift is needed. Recommended max is 3.3, so it is 'recommended' to work with a standard 3.3v interface. Absolute max is 4.6 so as long as you have a decent regulator there should be no issues.