grove: lcd: move grove lcd driver to drivers/display

Move to display drivers where it belongs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-10-19 08:36:23 -04:00
commit d2c8d52336
10 changed files with 23 additions and 28 deletions

View file

@ -1,3 +1,5 @@
zephyr_sources_ifdef(CONFIG_GROVE_LCD_RGB grove_lcd_rgb.c)
zephyr_sources_ifdef(CONFIG_MICROBIT_DISPLAY
mb_display.c
mb_font.c