Page 1 of 1

ILI9341 SPI It's not working

Posted: Thu Apr 25, 2019 12:02 pm
by Osta
Sorry!!!
Made a mistake with the settings !
It's working!!!!

Re: ILI9341 SPI It's not working

Posted: Thu Apr 25, 2019 12:20 pm
by Osta
By default, the display clears to 320x240.
A default graphics 240x320.
It's confusing.

Re: ILI9341 SPI It's not working

Posted: Thu Apr 25, 2019 1:13 pm
by Benj
Hi Osta,

Glad it's working now :D

Change the screen dimension properties so that the entire display is cleared correctly on initialise, the width and height might need to be swapped. Then use the SetOrientation component macro to rotate the display to be the orientation you need.

Use the Position tab of the properties window to rotate the component on the Z axis to allow the sim to match the hardware.

Hope this helps.