lcd_hx8347.c File Reference
Himax HX8347 LCD controller driver. More...
#include "lcd_hx8347.h"#include <gfx/gfx.h>#include <cpu/types.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.
Display initialization sequence is based on Atmel's softpack library implementation, see license below.
Definition in file lcd_hx8347.c.
