Skip to content

Commit 20b3314

Browse files
jfischer-novanwinkeljan
authored andcommitted
shields: st7789v_generic: rename shield to TL019FQV01
Rename shield to TL019FQV01. Signed-off-by: Johann Fischer <[email protected]>
1 parent 86ae0bd commit 20b3314

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

boards/shields/st7789v_generic/doc/index.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ Pins Assignment of the Generic ST7789V Display Shield
2929
| D13 | SPI SCK | (Serial Clock Input) |
3030
+-----------------------+---------------+----------------------------+
3131

32+
Current supported displays
33+
==========================
34+
35+
+----------------------+------------------------------+
36+
| Display | Shield Designation |
37+
| | |
38+
+======================+==============================+
39+
| TL019FQV01 | st7789v_tl019fqv01 |
40+
| | |
41+
+----------------------+------------------------------+
42+
3243
Requirements
3344
************
3445

@@ -39,12 +50,12 @@ for Arduino connectors and defines node aliases for SPI and GPIO interfaces
3950
Programming
4051
***********
4152

42-
Set ``-DSHIELD=st7789v_generic`` when you invoke ``west build``. For example:
53+
Set ``-DSHIELD=st7789v_tl019fqv01`` when you invoke ``west build``. For example:
4354

4455
.. zephyr-app-commands::
4556
:zephyr-app: samples/gui/lvgl
4657
:board: nrf52840_pca10056
47-
:shield: st7789v_generic
58+
:shield: st7789v_tl019fqv01
4859
:goals: build
4960

5061
References

samples/display/st7789v/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tests:
55
sample.display.st7789v:
66
build_only: true
77
platform_whitelist: nrf52_pca10040
8-
extra_args: SHIELD=st7789v_generic
8+
extra_args: SHIELD=st7789v_tl019fqv01
99
tags: display shield

0 commit comments

Comments
 (0)