@@ -18,25 +18,26 @@ controller orientation.
1818
1919Building and Running
2020********************
21- The sample has a board overlay for a nrf52832 based board with the following
22- pin assignments:
23-
24- +-------------+-------------+
25- | | nRF52832 | | LCD module|
26- | | Pin | | signal |
27- +=============+=============+
28- | P0.03 | SPI_SCK |
29- +-------------+-------------+
30- | P0.05 | SPI_MOSI |
31- +-------------+-------------+
32- | P0.26 | SPI_MISO |
33- +-------------+-------------+
34- | P0.27 | CS |
35- +-------------+-------------+
36- | P0.25 | DATA/CMD |
37- +-------------+-------------+
38- | P0.02 | RESET |
39- +-------------+-------------+
21+
22+ The sample uses the :ref: `st7789v_generic ` and the pin assignments on a
23+ :ref: `nrf52_pca10040 ` are as follows:
24+
25+ +-------------------+-------------+
26+ | | NRF52 PCA10040 | | LCD module|
27+ | | Pin | | signal |
28+ +===================+=============+
29+ | P1.15 (D13) | SPI_SCK |
30+ +-------------------+-------------+
31+ | P1.14 (D12) | SPI_MISO |
32+ +-------------------+-------------+
33+ | P1.13 (D11) | SPI_MOSI |
34+ +-------------------+-------------+
35+ | P1.12 (D10) | CS |
36+ +-------------------+-------------+
37+ | P1.11 (D9) | DATA/CMD |
38+ +-------------------+-------------+
39+ | P1.10 (D8) | RESET |
40+ +-------------------+-------------+
4041
4142You might need to alter these according to your specific board/LCD configuration.
4243
@@ -45,6 +46,7 @@ For :ref:`nrf52_pca10040`, build this sample application with the following comm
4546.. zephyr-app-commands ::
4647 :zephyr-app: samples/display/st7789v
4748 :board: nrf52_pca10040
49+ :shield: st7789v_generic
4850 :goals: build
4951 :compact:
5052
0 commit comments