ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_system.h
Go to the documentation of this file.
1 
16 #ifndef EZLCD_SYSTEM_H
17 #define EZLCD_SYSTEM_H
18 /*----------------------------------------------------------------------------*/
19 /* INCLUDES */
20 /*----------------------------------------------------------------------------*/
21 #include "ezLCD_103_common.h"
22 
23 /*----------------------------------------------------------------------------*/
24 /* MACROS */
25 /*----------------------------------------------------------------------------*/
27 #define EZLCD_POWER_ON() SETBIT(EZLCD_POWER_PORT,EZLCD_POWER_PIN);
28 
29 #define EZLCD_POWER_OFF() CLEARBIT(EZLCD_POWER_PORT,EZLCD_POWER_PIN);
30 
31 /*----------------------------------------------------------------------------*/
32 /* FUNCTIONS */
33 /*----------------------------------------------------------------------------*/
52 void ezLCD_set_brightness(uint8_t brightness);
53 
67 void ezLCD_backlight_off(void);
68 
82 void ezLCD_backlight_on(void);
83 
105 
106 #endif /* EZLCD_SYSTEM_H */ /* ezLCD_103_system */
void ezLCD_backlight_off(void)
Definition: ezLCD_103_system.c:30
void ezLCD_backlight_on(void)
Definition: ezLCD_103_system.c:25
void ezLCD_set_brightness(uint8_t brightness)
Definition: ezLCD_103_system.c:35
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
Common header file needed by all child headers in this library.
uint8_t ezLCD_ping()
Definition: ezLCD_103_system.c:41