PSOC6 | TFT display

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
PrGa_4700211
Level 2
Level 2
First like given

Hi

I have PSOC6 WiFi-BT Pioneer kit. I see that it comes with a TFT display. Does cypress provide any drivers to interact with that ?

0 Likes
1 Solution
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

PSoC Creator supports using emWin graphical user interace library to be used with PSoC6 family devices. You can enable it from Build settings--> Peripheral Driver library--> ewin --> Core and LCD Drivers.

In case you are using modus, you have to enable emwin library from Library manager--> Libraries--> Board utils--> Middleware

You can get the library guide as well as code example for TFT LCD interface with PSoC 6 from the link below:

https://www.cypress.com/documentation/code-examples/ce223726-psoc-6-tft-display-interface-emwin-grap...

Hope this helps !

Thanks

Ganesh

View solution in original post

0 Likes
4 Replies
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

PSoC Creator supports using emWin graphical user interace library to be used with PSoC6 family devices. You can enable it from Build settings--> Peripheral Driver library--> ewin --> Core and LCD Drivers.

In case you are using modus, you have to enable emwin library from Library manager--> Libraries--> Board utils--> Middleware

You can get the library guide as well as code example for TFT LCD interface with PSoC 6 from the link below:

https://www.cypress.com/documentation/code-examples/ce223726-psoc-6-tft-display-interface-emwin-grap...

Hope this helps !

Thanks

Ganesh

0 Likes
PrGa_4700211
Level 2
Level 2
First like given

Hi Ganesh,

Thanks for the reply,

I am not able to see the driver in PDL. Should I make any changes to get that. I have tried with the latest PDL as well.

pastedImage_0.png

0 Likes

Please download the latest PDL library from here: https://www.cypress.com/design-guides/peripheral-driver-library-pdl-psoc-creator

The latest is 3.1.2. Once downloaded, point to its directory in the Custom field of the PDL settings. You should now be able to see EmWin.

Let me know your observations.

Regards,

Dheeraj

PrGa_4700211
Level 2
Level 2
First like given

Hi Deeraj,

Now I am able to see the LCD driver. Thanks.

Regards

MLP

0 Likes