lcd_ili9225.c File Reference
ILI9225B 4 wire interface graphic driver. More...
#include "lcd_ili9225.h"#include "hw/hw_ili9225.h"#include <drv/timer.h>#include <io/kfile.h>#include <cpu/byteorder.h>Go to the source code of this file.
Functions | |
| void | lcd_ili9225_off (void) |
| Turn off display. | |
| void | lcd_ili9225_on (void) |
| Turn on display. | |
| static void | lcd_reset (void) |
| Reset display. | |
| void | lcd_ili9225_init (struct KFile *_spi) |
| Display initialization. | |
Detailed Description
ILI9225B 4 wire interface graphic driver.
Display initialization sequence is based on Atmel's softpack library implementation, see license below.
Definition in file lcd_ili9225.c.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)