Gregory Nutt
eeb40dc600
drivers/lcd: Extend FT80x touchscreen initialization; add more touchscreen-related definitions.
2018-02-25 11:18:35 -06:00
Gregory Nutt
a903572ff6
drivers/lcd: Add and IOCTL command to fade the backlight on and off.
2018-02-23 10:44:10 -06:00
Gregory Nutt
38a258bf3b
drivers/ft80x: Now supports reading/writing multiple regisers with single ioctl command.
2018-02-21 11:45:34 -06:00
Gregory Nutt
02df81bc5f
Squashed commit of the following:
...
drivers/lcd: Add an IOcTL to FT80x driver to write to FIFO CMD RAM.
2018-02-20 15:24:52 -06:00
Gregory Nutt
237ff11db7
Squashed commit of the following:
...
drivers/lcd and include/nuttx/lcd: Add FT80x support for writing to graphics memory. Also add some definitions needed by apps/examples/ft80x for bitmap manipulation.
drivers/lcd: Review/update FT80x initializatin logic
2018-02-19 13:08:50 -06:00
Gregory Nutt
2baa155791
drivers/lcd: In order to actually use the new register access IOCTL calls, need to move the register address definitions out of the private header file and into the public header file.
2018-02-18 13:45:20 -06:00
Gregory Nutt
65513d58e3
drivers/lcd: Add FT80x IOCTL commands to access individual registers.
2018-02-18 12:39:15 -06:00
Gregory Nutt
be73c65b64
drivers/lcd: Minor updates to FT80x initialization.
2018-02-18 11:04:29 -06:00
Gregory Nutt
eb3663721e
Squashed commit of the following:
...
drivers/lcd: Rename ft80x_base.c to just ft80x.c. Add logic to notify FT80X clients of events via signals.
drivers/lcd: Trivial updates to naming. Add some new definitions.
2018-02-17 18:30:24 -06:00