Skip to content

Commit 8410a8c

Browse files
laodzunashif
authored andcommitted
samples: display: lvgl: Fix README.rst
The commands still refer to the old directory name 'gui' instead of 'display'. Signed-off-by: Detlev Zundel <[email protected]>
1 parent 7ae54ad commit 8410a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/display/lvgl/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ Building and Running
4949
Example building for :ref:`nrf52840dk_nrf52840`:
5050

5151
.. zephyr-app-commands::
52-
:zephyr-app: samples/gui/lvgl
52+
:zephyr-app: samples/display/lvgl
5353
:board: nrf52840dk_nrf52840
5454
:shield: adafruit_2_8_tft_touch_v2
5555
:goals: build flash
5656

5757
Example building for :ref:`native_posix`:
5858

5959
.. zephyr-app-commands::
60-
:zephyr-app: samples/gui/lvgl
60+
:zephyr-app: samples/display/lvgl
6161
:board: native_posix
6262
:goals: build flash
6363

0 commit comments

Comments
 (0)