This project is designed to assist you in getting started with programming on the STM32H750B-DK, specifically for utilizing the display and touch screen functionalities. Inside the main.c file, you'll find example code for text display, drawing, and touch screen interaction. All the necessary initialization and code are contained within the main function.
To load this project onto your board, follow the standard procedure you would use for any other project. I used STMCubeIDE, but you can use any other software that works for you.
To rename the project, right-click on it, select "Rename," and update the project name. Before running your code again, delete the existing debug files if present, and create a new debug configuration by clicking the bug icon and specifying the necessary settings.