BeRTOS
|
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. |
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.