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

ezLCD system management header file
More...

#include "ezLCD_103_common.h"

Go to the source code of this file.

Macros

#define EZLCD_POWER_ON()   SETBIT(EZLCD_POWER_PORT,EZLCD_POWER_PIN);
 
#define EZLCD_POWER_OFF()   CLEARBIT(EZLCD_POWER_PORT,EZLCD_POWER_PIN);
 

Functions

void ezLCD_set_brightness (uint8_t brightness)
 
void ezLCD_backlight_off (void)
 
void ezLCD_backlight_on (void)
 
uint8_t ezLCD_ping ()
 

Detailed Description

ezLCD system management header file


Author
Frank Pernice
Date
November 2013