How To Sleep Mode TFT LCD (LI9481) ?

How to sleep and Wakeup LCD? Thank you :slight_smile:

im kinda newbie to TFT LCD :smiley:

TFT LCD MODEL:

QDM320 B

Specifications Item Description

Display Type - 3.2 inch a-si TFT LCD Module
Glass Type - TFT
Display Resolution - 480XRGBX320 Pixels
Back light - 6 chip HighLight white LEDs
Control IC - ILI9481
Interface - 16Bit parallel interface
PCB Module size - 89.92mmX54.25mm
LCD Area(WxHxT) - 50.74mmX78.35mmX1.88mm
Active Area(WxH) - 67.68mmX45.12mm
Module weight - TDB

You send the ILI9481 to sleep with the "Sleep In" command (0x10)
And you wake it up with a "Sleep Out" command (0x11)

I would guess that Einstein could have managed to look that up in the datasheet.

Incidentally, these are the same commands for all modern TFT controllers.

It is fairly pointless sending a controller to sleep unless you can control the backlight LEDs.
That is where most of the power goes.

David.