Connecting Easy TFT to Click 2 for PIC32

Discussion on projects that are created by users and posted on mikroElektronika website.
Post Reply
Author
Message
32bits
Posts: 43
Joined: 13 Nov 2016 09:53

Connecting Easy TFT to Click 2 for PIC32

#1 Post by 32bits » 17 Dec 2016 18:39

I have completed most of my code development on Fusion 7 (PIC32) board for my latest project and I am now ready to move this to some dedicated hardware. The target hardware chosen is a Click 2 for PIC32 (same processor as Fusion 7 ) and same Easy TFT, the problem is for the PIC 32 C, TFT library which maps the data to a chr in a sbit statement, char TFT_DataPort at LATE; This works for the Fusion 7 board as there are consecutive data pins available from RE0 to RE7 but the clicker 2 for PIC32 does not have 8 consecutive data pins at the board edge to connect to.

I have used Mikroe 8 bit C compiler and this allows individual data pins to be set as example sbit LCD_D6 at LATB0_bit; is there a similar way to use the Easy TFT library to sbit individual data lines and then map these to available data pins on the Clicker 2 board?

User avatar
nadir.celebic
mikroElektronika team
Posts: 465
Joined: 15 Jun 2016 13:19

Re: Connecting Easy TFT to Click 2 for PIC32

#2 Post by nadir.celebic » 22 Dec 2016 17:41

Hi,

Can you please be more specified?
Can you please tell me which compiler do you use?

Regards,
Nadir

Post Reply

Return to “User Projects”