H753_CPP_SPI_Resistive_Touch_Screen_Controller 1.0
STM32H753 SPI resistive touchscreen (Adafruit 333 overlay + 5767 TSC2046 controller) driver and tutorial
Loading...
Searching...
No Matches
main.h File Reference

: Header for main.c file. This file contains the common defines of the application. More...

#include "stm32h7xx_hal.h"

Go to the source code of this file.

Macros

#define TOUCH_SELFTEST_ENABLE
 Compile in the TSC2046 startup self-test (touchSelfTest.c). Comment out to leave it out of the build entirely – no code, no boot-time delay.
 

Detailed Description

: Header for main.c file. This file contains the common defines of the application.

Attention

Copyright (c) 2026 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file main.h.

Macro Definition Documentation

◆ TOUCH_SELFTEST_ENABLE

#define TOUCH_SELFTEST_ENABLE

Compile in the TSC2046 startup self-test (touchSelfTest.c). Comment out to leave it out of the build entirely – no code, no boot-time delay.

Definition at line 82 of file main.h.