Skip to content

Commit 8a30c23

Browse files
danieldegrassefabiobaltieri
authored andcommitted
boards: nxp: rd_rw612_bga: add display support documentation
Add documentation about supported displays on this board, as the list is getting rather long and each display has its own bespoke connection requirements. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 4040416 commit 8a30c23

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

boards/nxp/rd_rw612_bga/doc/index.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,59 @@ The default configuration can be found in the defconfig file:
7575

7676
Other hardware features are not currently supported
7777

78+
79+
Display Support
80+
***************
81+
82+
The rd_rw612_bga board supports several in-tree display modules. Setup for
83+
each module is described below:
84+
85+
GoWorld 16880 LCM
86+
=================
87+
88+
This module does not connect directly to the board, and must be connected
89+
via an adapter board and jumper wires. Connections are described in
90+
:zephyr_file:`boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay`. The
91+
display sample can be built for this board like so:
92+
93+
.. zephyr-app-commands::
94+
:board: rd_rw612_bga
95+
:gen-args: -DDTC_OVERLAY_FILE=goworld_16880_lcm.overlay
96+
:zephyr-app: samples/drivers/display
97+
:goals: build
98+
:compact:
99+
100+
Adafruit 2.8 TFT
101+
================
102+
103+
The :ref:`adafruit_2_8_tft_touch_v2` connects to the board's Arduino headers
104+
directly, but some modifications are required (see
105+
:zephyr_file:`boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay`
106+
for a list). The display sample can be built for this module like so:
107+
108+
.. zephyr-app-commands::
109+
:board: rd_rw612_bga
110+
:shield: adafruit_2_8_tft_touch_v2
111+
:zephyr-app: samples/drivers/display
112+
:goals: build
113+
:compact:
114+
115+
NXP LCD_PAR_S035
116+
================
117+
118+
The :ref:`lcd_par_s035` does not connect directly to the board, and must be
119+
connected via jumper wires. Connections and required board changes are
120+
described in
121+
:zephyr_file:`boards/shields/lcd_par_s035/boards/rd_rw612_bga.overlay`. The
122+
display sample can be built for the module like so:
123+
124+
.. zephyr-app-commands::
125+
:board: rd_rw612_bga
126+
:shield: lcd_par_s035_8080
127+
:zephyr-app: samples/drivers/display
128+
:goals: build
129+
:compact:
130+
78131
Fetch Binary Blobs
79132
******************
80133

0 commit comments

Comments
 (0)