Graphical demo for the LPC4088 Experiment Base Board with one of the Display Expansion Kits. This program displays how to use the emWin library from Segger.

Dependencies:   EALib ewgui mbed

Embed: (wiki syntax)

« Back to documentation index

AR1021I2C Class Reference

AR1021I2C Class Reference

Microchip Touch Screen Controller (AR1021). More...

#include <AR1021I2C.h>

Public Member Functions

 AR1021I2C (PinName sda, PinName scl, PinName siq)
 Constructor.

Detailed Description

Microchip Touch Screen Controller (AR1021).

Please note that this touch panel has an on-board storage for calibration data. Once a successful calibration has been performed it is not needed to do additional calibrations since the stored calibration data will be used.

Definition at line 30 of file AR1021I2C.h.


Constructor & Destructor Documentation

AR1021I2C ( PinName  sda,
PinName  scl,
PinName  siq 
)

Constructor.

Parameters:
mosiI2C SDA pin
misoI2C SCL pin
siqinterrupt pin

Definition at line 84 of file AR1021I2C.cpp.