ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_coordinates.h
Go to the documentation of this file.
1 
32 #ifndef COORDINATES_H
33 #define COORDINATES_H
34 /*----------------------------------------------------------------------------*/
35 /* INCLUDES */
36 /*----------------------------------------------------------------------------*/
37 #include "ezLCD_103_common.h"
38 
39 /*----------------------------------------------------------------------------*/
40 /* FUNCTIONS */
41 /*----------------------------------------------------------------------------*/
60 void ezLCD_set_xy(int16_t x, int16_t y);
61 
79 void ezLCD_set_x(int16_t x);
80 
98 void ezLCD_set_y(int16_t y);
99 
117 void ezLCD_save_position(uint8_t index);
118 
138 void ezLCD_restore_position(uint8_t index);
139 
140 
141 #endif /* COORDINATES_H */ /* ezLCD_103_coordinates */
void ezLCD_set_xy(int16_t x, int16_t y)
Definition: ezLCD_103_coordinates.c:21
signed int int16_t
Definition: ezLCD_103_common.h:93
void ezLCD_set_x(int16_t x)
Definition: ezLCD_103_coordinates.c:30
void ezLCD_restore_position(uint8_t index)
Definition: ezLCD_103_coordinates.c:50
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
void ezLCD_set_y(int16_t y)
Definition: ezLCD_103_coordinates.c:37
Common header file needed by all child headers in this library.
void ezLCD_save_position(uint8_t index)
Definition: ezLCD_103_coordinates.c:44