ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_polygons.h
Go to the documentation of this file.
1 
15 #ifndef EZLCD_POLYGONS_H
16 #define EZLCD_POLYGONS_H
17 /*----------------------------------------------------------------------------*/
18 /* INCLUDES */
19 /*----------------------------------------------------------------------------*/
20 #include "ezLCD_103_common.h"
21 
22 /*----------------------------------------------------------------------------*/
23 /* FUNCTIONS */
24 /*----------------------------------------------------------------------------*/
25 
44 void ezLCD_draw_rect(uint16_t x2, uint16_t y2);
45 
65 
91 
116  int16_t y,
117  uint16_t width,
118  uint16_t height);
119 
120 #endif /* EZLCD_POLYGONS_H */ /* ezLCD_103_polygons */
void ezLCD_draw_rect_fill(uint16_t x2, uint16_t y2)
Definition: ezLCD_103_polygons.c:33
signed int int16_t
Definition: ezLCD_103_common.h:93
unsigned int uint16_t
Definition: ezLCD_103_common.h:92
void ezLCD_draw_polygon(uint8_t n, uint16_t x[], uint16_t y[])
Definition: ezLCD_103_polygons.c:44
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
Common header file needed by all child headers in this library.
void ezLCD_draw_rect(uint16_t x2, uint16_t y2)
Definition: ezLCD_103_polygons.c:24
void ezLCD_set_edit_rectangle(int16_t x, int16_t y, uint16_t width, uint16_t height)
Definition: ezLCD_103_polygons.c:66