BeRTOS
Functions
hw_ili9225.h File Reference

SAM3N-EK: ILI9225B low-level hardware macros. More...

#include "cfg/macros.h"

Go to the source code of this file.

Defines

LCD I/O pins/ports
#define LCD_CS_PIN   0
#define LCD_RESET_PIN   0
#define LCD_RS_PIN   0
LCD bus control macros
#define LCD_CS_HIGH()   do { /* Implement me! */ } while (0)
#define LCD_CS_LOW()   do { /* Implement me! */ } while (0)
#define LCD_RESET_HIGH()   do { /* Implement me! */ } while (0)
#define LCD_RESET_LOW()   do { /* Implement me! */ } while (0)
#define LCD_RS_HIGH()   do { /* Implement me! */ } while (0)
#define LCD_RS_LOW()   do { /* Implement me! */ } while (0)

Functions

void lcd_ili9225_hw_bus_init (void)
 Setup hardware bus where LCD is connected.

Detailed Description

SAM3N-EK: ILI9225B low-level hardware macros.

Author:
Stefano Fedrigo <aleph@develer.com>

Definition in file hw_ili9225.h.