File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
boards/shields/st7789v_generic Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff 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+
3243Requirements
3344************
3445
@@ -39,12 +50,12 @@ for Arduino connectors and defines node aliases for SPI and GPIO interfaces
3950Programming
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
5061References
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments