Tag Archives: LCD

320×480 ILI9481 based touch LCD

Until recently, I was using cell phone displays in my hobby projects.

But now I have received the bigger screen, which is almost 3.5 inch and has 320×480 pixels resolution and a touch sensor.

Since the LCD requires 3.3 volts and 16 data lines, I could not connect it to Arduino, so I got my Stellaris Launchpad board and connected display with it.

Quick search on the internet revealed, that we already have excellent UTFT library for various graphical LCDs and moreover, it is already ported for Energia IDE.

So I have downloaded that, and run one of the examples to check the display.