BeRTOS
Functions
lcd_hx8347.c File Reference

Himax HX8347 LCD controller driver. More...

#include "lcd_hx8347.h"
#include "hw/hw_hx8347.h"
#include <cfg/debug.h>
#include <drv/timer.h>

Go to the source code of this file.

Functions

void lcd_hx8347_off (void)
 Turn off display.
void lcd_hx8347_on (void)
 Turn on display.
void lcd_hx8347_init (void)
 Display initialization.

Detailed Description

Himax HX8347 LCD controller driver.

Author:
Stefano Fedrigo <aleph@develer.com>

Display initialization sequence is based on Atmel's softpack library implementation, see license below.

Definition in file lcd_hx8347.c.