Display_Lib_RPI 2.3.0
A C++ Library to connect electronic displays to Linux single board computers.
Loading...
Searching...
No Matches
Classes
XPT2046_TS_TFT_LCD_RDL.hpp File Reference

Header file for ILI9341_TFT_LCD_RDL library. to manage hardware interface with XPT2046 Touch Screen Controller. More...

#include <sys/time.h>
#include <cstdio>
#include <cstdint>
#include <cstdbool>
#include <ctime>
#include <lgpio.h>
#include "common_data_RDL.hpp"

Go to the source code of this file.

Classes

class  XPT_2046_RDL
 Class to interface hardware of Touch point IC XPT2046. More...
 
struct  XPT_2046_RDL::Touch_Point_t
 Structure representing a touch point on the screen. This structure is used to define a touch area on the screen, x1andx2represent the horizontal boundaries of the touch region. y1 and y2 represent the vertical boundaries of the touch region. The id field is used to uniquely identify the touch point. More...
 

Detailed Description

Header file for ILI9341_TFT_LCD_RDL library. to manage hardware interface with XPT2046 Touch Screen Controller.

Author
Gavin Lyons