walnux/include/nuttx/lcd
Gregory Nutt f8c4c75c17 include: adds interface description for ili9341
This adds the description of the generic interface to communicate with
the ili9341 lcd single chip driver used by any displays.

The interface have to be implemented by the platform specific subdriver.
The following functions must be exported:

-select
 Select the spi device before starting an operations.

-deselect
 Deselect the spi device after operations finished and if the device was
 selected before.

-sendcmd
 Send any command to the ili9341 display driver.

-sendparam
 Send any parameter corresponding to the ili9341 display driver.

-recvparam
 Receive any parameter from the ili9341 display driver. This is only possible
 for the read commands supported by the ili9341.

-sendgram
 Send pixel data to the gram of the display. This i similar to the function
 sendparam, but pixel data operations needs another handling of how to send the
 data to the display.

-recvgram
 Receive pixel data to the gram of the display. This i similar to the function
 recvparam, but pixel data operations needs another handling of how to receive
 the data from the display.

-backlight
 Change the backlight level of the display.

Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-10-20 15:15:22 -06:00
..
hd4478ou.h The SLCD driver is now fully functional for Sure PIC32MX board 2013-05-27 11:39:13 -06:00
ili9325.h SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing) 2014-05-13 10:38:46 -06:00
ili9341.h include: adds interface description for ili9341 2014-10-20 15:15:22 -06:00
lcd.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
memlcd.h Support for Sharp Memory LCD. From Librae 2013-12-23 16:03:54 -06:00
mio283qt2.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
mio283qt9a.h MIO183QT-9A LCD driver updated to support reading from the LCD. From Toby Duckwork 2014-04-16 12:17:35 -06:00
nokia6100.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
p14201.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
slcd_codec.h PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position 2013-05-25 13:46:43 -06:00
slcd_ioctl.h Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes. Add attribute and ioctl commands to get and set SLCD brightness 2013-05-27 07:26:59 -06:00
ssd1289.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
ssd1306.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
st7567.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
ug-2864ambag01.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
ug-9664hswag01.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00