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

ezLCD color management header file
More...

#include "ezLCD_103_common.h"

Go to the source code of this file.

Macros

#define EZLCD_WHITE   0xFF, 0xFF, 0xFF
 
#define EZLCD_BLACK   0x00, 0x00, 0x00
 
#define EZLCD_BLUE   0x00, 0x00, 0xFF
 
#define EZLCD_RED   0xFF, 0x00, 0x00
 
#define EZLCD_GREEN   0x00, 0xFF, 0x00
 
#define EZLCD_YELLOW   0xFF, 0xFF, 0x00
 
#define EZLCD_ORANGE   0xFF, 0xA5, 0x00
 
#define EZLCD_DARK_BLUE   0x00, 0x00, 0x8B
 
#define EZLCD_VIOLET   0xEE, 0x82, 0xEE
 

Functions

void ezLCD_set_color_rgb (uint8_t red, uint8_t green, uint8_t blue)
 
void ezLCD_set_alpha (uint8_t alpha)
 
void ezLCD_set__tr_color_rgb (uint8_t red, uint8_t green, uint8_t blue)
 
void ezLCD_tr_color_none (void)
 
void ezLCD_set_background_color (uint8_t red, uint8_t green, uint8_t blue)
 
void ezLCD_replace_color (uint8_t o_red, uint8_t o_green, uint8_t o_blue, uint8_t n_red, uint8_t n_green, uint8_t n_blue)
 

Detailed Description

ezLCD color management header file


Author
Frank Pernice
Date
November 2013