samples: display: Move LVGL sample

Move LVGL sample from samples/gui/lvgl to samples/display/lvgl to have
a unified location for display related samples.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
Jan Van Winkel 2020-01-16 22:00:51 +01:00 committed by Anas Nashif
commit b6beec9e68
13 changed files with 0 additions and 12 deletions

View file

@ -317,7 +317,6 @@
/samples/drivers/display/ @vanwinkeljan
/samples/drivers/ht16k33/ @henrikbrixandersen
/samples/drivers/lora/ @Mani-Sadhasivam
/samples/gui/ @vanwinkeljan
/samples/net/ @jukkar @tbursztyka @pfalcon
/samples/net/dns_resolve/ @jukkar @tbursztyka @pfalcon
/samples/net/lwm2m_client/ @mike-scott

View file

@ -1,10 +0,0 @@
.. _gui-samples:
GUI Samples
###########
.. toctree::
:maxdepth: 1
:glob:
**/*

View file

@ -23,7 +23,6 @@ Samples and Demos
shields/*
portability/*
posix/*
gui/*
video/*
smp/*