nuttx-apps/graphics/ft80x
Gregory Nutt 7c9f8ef9eb Squashed commit of the following:
apps/graphics/ft80x:  Add support for accessing graphics ram.  apps/examples/ft80x:  Add more primitive graphics demos.
    apps/examples/ft80x:  Add a couple more demos of primitives.  Use new ft80x_dl_create() to simplify.
    apps/graphics/ft80x:  Add ft80x_dl_create() which simplies writing of very simple display lists.
2018-02-19 13:14:16 -06:00
..
.gitignore apps/graphics/ft80x: Add the beginning of FT80x support library. So far consists only of some display list helpers. 2018-02-18 10:12:53 -06:00
ft80x_dl.c Squashed commit of the following: 2018-02-19 13:14:16 -06:00
ft80x_ramg.c Squashed commit of the following: 2018-02-19 13:14:16 -06:00
ft80x_regs.c apps/graphics/ft80x: Add register access helpers. 2018-02-18 13:36:08 -06:00
ft80x.h apps/graphics/ft80x: Add register access helpers. 2018-02-18 13:36:08 -06:00
Kconfig apps/graphics/ft80x: Add the beginning of FT80x support library. So far consists only of some display list helpers. 2018-02-18 10:12:53 -06:00
Make.defs apps/graphics/ft80x: Add the beginning of FT80x support library. So far consists only of some display list helpers. 2018-02-18 10:12:53 -06:00
Makefile apps/graphics/ft80x: Add register access helpers. 2018-02-18 13:36:08 -06:00