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.
Solved! Go to 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
Please refer to the following code example: https://www.cypress.com/documentation/code-examples/ce223726-psoc-6-tft-display-interface-emwin-grap...
Regards,
Dheeraj
I was already looking at this project. but there is no information on this project to draw graphics.
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