samples: lvgl: remove conflicting nrf52840_pca10056 overlays

Remove nrf52840_pca10056 overlays because of confict
with adafruit_2_8_tft_touch_v2 shield.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
Johann Fischer 2019-09-12 23:31:51 +02:00 committed by Kumar Gala
commit 65f00159c6
2 changed files with 0 additions and 30 deletions

View file

@ -1,7 +0,0 @@
CONFIG_SPI=y
CONFIG_SPI_1=y
CONFIG_SPI_NRFX=y
CONFIG_ILI9340=y
CONFIG_LVGL_BITS_PER_PIXEL=24

View file

@ -1,23 +0,0 @@
/*
* Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
* Copyright (c) 2019 O.S.Systems
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
status = "okay";
sck-pin = <47>;
mosi-pin = <45>;
miso-pin = <46>;
cs-gpios = <&gpio0 4 0>;
ili9340@0 {
compatible = "ilitek,ili9340";
label = "DISPLAY";
spi-max-frequency = <15151515>;
reg = <0>;
reset-gpios = <&gpio0 30 0>;
cmd-data-gpios = <&gpio0 31 0>;
};
};