boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c: Add support for LCD. Clean up some LCD-related interfaces.

This commit is contained in:
Fabio Balzano
2019-10-20 10:46:21 -06:00
committed by Gregory Nutt
parent ec298554ff
commit 8bfb9a486e
8 changed files with 136 additions and 7 deletions
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1060/include/board.h
* boards/arm/imxrt/imxrt1060-evk/include/board.h
*
* Copyright (C) 2018-2019 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>