touchpad
2.0.0.0
|
Touchpad click is a capacitive touch input device driven by Microchip’s low-powered MTCH6102 controller.
We provide a library for the Touchpad Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for Touchpad Click driver.
void touchpad_cfg_setup ( touchpad_cfg_t *cfg );
TOUCHPAD_RETVAL touchpad_init ( touchpad_t *ctx, touchpad_cfg_t *cfg );
void touchpad_default_cfg ( touchpad_t *ctx );
void touchpad_get_touch_coordinate ( touchpad_t *ctx, touchpad_cord_t *cord );
uint8_t touchpad_get_event_state ( touchpad_t *ctx );
uint8_t touchpad_get_gesture_type ( touchpad_t *ctx );
Demo application shows reading of current event:
- touch event (Touch Coordinates)
- Gesture event (gesture type)
The demo application is composed of two sections :
Configuring clicks and log objects. Setting the click in the default configuration.
Reads every touch and gesture and this data logs to USBUART.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.