drivers/lcd: Add support for external LCD initialization required by some board logic. configs/zpa214xpa: Tried to get the LCD working again unsuccessfully. Too much bit rot I suppose.

This commit is contained in:
Gregory Nutt
2017-11-25 11:41:21 -06:00
parent 776b65bc90
commit 3657723208
6 changed files with 72 additions and 10 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ void board_tsc_teardown(void);
*
****************************************************************************/
#ifdef CONFIG_NX_LCDDRIVER
#if defined(CONFIG_NX_LCDDRIVER) || defined(CONFIG_LCD_FRAMEBUFFER)
struct lcd_dev_s;
FAR struct lcd_dev_s *board_graphics_setup(unsigned int devno);
#else