Change the world

The class library that will be used in this section is:

  • TS_DISCO_F429ZI  - Class library to drive the touch screen module of the LCD display present on STM32F429ZI-Discovery board.

 

As this library requires additional board support (BSP) files, it can be a bit tricky importing the correct libraries as you are accustomed to.  The easiest method is:

  1. Create a new program
  2. Select DISCO-F429ZI from the Platform list (make sure that you add the platform to your compiler beforehand)
  3. Select Basic demo showing how to use the touchscreen present on the ... from the Template list.
  4. Type a name for the program and click OK.

This will ensure that all the required libraries are automatically added to the program.

 


The following example programs will demonstrate the principles of using the TS_DISCO_F429ZI class library: