March 2016
Beginner to intermediate
296 pages
6h 34m
English
The LCD touchscreen used by the MCBSTM32F400 evaluation board is a resistive film giving a resolution of 4000 × 4000 (that is, far greater than the GLCD). This recipe extends touchScreenDemo_c2v0 and illustrates how to use the LCD touchscreen.
Perform the following steps to use the LCD touchscreen:
touchScreenDemo_c2v0 and open the project.touchScreenDemo.c, and include the following headers:#include <stdio.h> #include "stm32f4xx_hal.h" #include "cmsis_os.h" #include "Driver_I2C.h" #include "Board_GLCD.h" #include "GLCD_Config.h" #include "Board_Touch.h" ...
Read now
Unlock full access