ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
Enumerations | Functions
ezLCD_103_buttons.h File Reference

ezLCD button management and rendering header file
More...

#include "ezLCD_103_common.h"

Go to the source code of this file.

Enumerations

enum  ezLCD_button_state_t { EZLCD_BUTTON_UP = 1, EZLCD_BUTTON_DOWN, EZLCD_BUTTON_DISABLED, EZLCD_BUTTON_INVISIBLE }
 
enum  ezLCD_touch_protocol_t { ezButton = 1, cuButton = 2, calibratedXY = 64 }
 

Functions

void ezLCD_button_define_long (uint8_t id, ezLCD_button_state_t state, uint16_t index_up, uint16_t index_down, uint16_t index_disabled, uint16_t x, uint16_t y, uint8_t width, uint8_t height)
 
void ezLCD_set_touch_protocol (ezLCD_touch_protocol_t protocol)
 
void ezLCD_set_button_state (uint8_t id, ezLCD_button_state_t state)
 
void ezLCD_calibrate_screen ()
 
void ezLCD_deactivate_all_buttons ()
 
void ezLCD_all_buttons_up ()
 
uint8_t ezLCD_wait_for_event ()
 

Detailed Description

ezLCD button management and rendering header file


Author
Frank Pernice
Date
November 2013