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

Common header file needed by all child headers in this library.
More...

#include "ezLCD_103_user_config.h"

Go to the source code of this file.

Macros

#define EZLCD_WIDTH   320
 
#define EZLCD_HEIGHT   240
 
#define SETBIT(port, bit)   ((port) |= (1 << (bit)))
 
#define CLEARBIT(port, bit)   ((port) &= ~(1 << (bit)))
 
#define EZLCD_INIT_SPI()
 
#define EZLCD_SLAVE_SELECT()   CLEARBIT(EZLCD_SPI_PORT, EZLCD_SS_BAR_PIN);
 
#define EZLCD_SLAVE_DESELECT()   SETBIT(EZLCD_SPI_PORT, EZLCD_SS_BAR_PIN);
 

Typedefs

typedef unsigned char uint8_t
 
typedef signed char int8_t
 
typedef unsigned int uint16_t
 
typedef signed int int16_t
 
typedef unsigned long uint32_t
 
typedef unsigned long int32_t
 

Functions

uint8_t ezLCD_transfer_data (uint8_t data)
 
uint8_t ezLCD_transfer_data_long (uint8_t data, uint8_t end_transfer)
 

Detailed Description

Common header file needed by all child headers in this library.


Author
Frank Pernice
Date
November 2013