Changing display from ILI9341 to ILI9341V

General discussion on mikroC PRO for PIC32.
Post Reply
Author
Message
pitdibi
Posts: 5
Joined: 04 May 2017 12:37

Changing display from ILI9341 to ILI9341V

#1 Post by pitdibi » 05 Sep 2019 15:17

Hi,
I've to change the display, in an existing project in Visual TFT that use ILI9341 driver, with one that use ILI9341V.
Are there any changes to do in the project?
Thank You
Pietro

User avatar
jovana.medakovic
mikroElektronika team
Posts: 986
Joined: 18 Dec 2018 10:36

Re: Changing display from ILI9341 to ILI9341V

#2 Post by jovana.medakovic » 06 Sep 2019 10:19

Hello,

Our compilers support ILI9341 display controller.
So, you can use ILI9341V, but you have to check your TFT_Init_ILI9341_8bit init function.
If you right click on TFT_Init_ILI9341_8bit function in your code and choose Find Declaration, you will get the source code of this function. In this source code, you have to adapt TFT_Reset_ST7789V function for your controller using datasheet of it.

Kind regards,
Jovana

pitdibi
Posts: 5
Joined: 04 May 2017 12:37

Re: Changing display from ILI9341 to ILI9341V

#3 Post by pitdibi » 06 Sep 2019 11:25

Hi Jovana,
Thank you for reply. I'll try and let you know if I'm having trouble.
Regards
Pietro

Post Reply

Return to “mikroC PRO for PIC32 General”