CY8CKIT-028-TFT Shield Graph

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

cross mob
BUTA_1301626
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

I want to draw the current voltage of a pin using the CY8CKIT-028-TFT Shield.(I have  psoc 6 ble pioneer kit cy8ckit-062 ble) but I don't know how to draw graphics on this tft screen.

0 Likes
1 Solution

Since emWin graphics library is used to draw the graphics, please refer to the UM03001_emWin5.pdf present in the installation path:  "...\emWin Library\emWinGraphics_v5_46\Documentation\PSoC4_5\"

If you haven't installed the emWin Graphics Library yet, then you can download it from here: https://www.cypress.com/documentation/component-datasheets/segger-emwin-graphic-library-emwingraphic...

It contains a section named "2D Graphics Library" which lists all the graphic related routines which you can use to draw graphics.

Regards,

Dheeraj

View solution in original post

4 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked
0 Likes

I was already looking at this project. but there is no information on this project to draw graphics.

0 Likes

Since emWin graphics library is used to draw the graphics, please refer to the UM03001_emWin5.pdf present in the installation path:  "...\emWin Library\emWinGraphics_v5_46\Documentation\PSoC4_5\"

If you haven't installed the emWin Graphics Library yet, then you can download it from here: https://www.cypress.com/documentation/component-datasheets/segger-emwin-graphic-library-emwingraphic...

It contains a section named "2D Graphics Library" which lists all the graphic related routines which you can use to draw graphics.

Regards,

Dheeraj

There is another example using the TFT display that includes a very simple library called uGUI.

Refer to here:

https://www.cypress.com/documentation/code-examples/ce222221-psoc-6-mcu-voice-recorder

0 Likes