Maker Pro
Maker Pro

ILI9335 driver on TFT LCD

Simbarashe Bryne Chipembe

Apr 17, 2015
2
Joined
Apr 17, 2015
Messages
2
Hi guys I recently purchased a 240*320 TFT LCD with an ILI9335 driver I am struggling to understand the datasheet, how to initialize the LCD and display basically just two lines one on top of the other say a blue line and a red line.

If anyone has used these displays successfully please send me a sequence of commands something like
LCD INITIALIZATION
1. Send 0100 to Index Register (0001)
2. Send 0200 to Index Register (0002)

DRAW WHITE LINE
1. Send 0100 to Index Register (0053) // send horizontal start.....
2. Send 0000 to Index Register (xxxx) // set pixel ___ white
3. Repeat set 2 above 320 times // now you have a white line one 1*320 pixels


Please help guys
 
Top