doc: add note that some versions of displays are not supported
This adds a hint that for stm32h747i_disco just some display shields are supported. Signed-off-by: Maximilian Huber <gh@maxhbr.de> Co-authored-by: Benjamin Cabé <kartben@gmail.com>
This commit is contained in:
parent
1ed51885d3
commit
47e4728604
2 changed files with 7 additions and 0 deletions
|
@ -172,6 +172,10 @@ command, for example:
|
|||
:shield: st_b_lcd40_dsi1_mb1166
|
||||
:goals: build flash
|
||||
|
||||
.. note::
|
||||
Currently only the older version MB1166-A03 is supported by Zephyr.
|
||||
The newer version MB1166-A09 does not get initialized correctly (see :github:`60888`).
|
||||
|
||||
Resources sharing
|
||||
=================
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@ Overview
|
|||
The B-LCD40-DSI1 shield provides a 4-inch WVGA TFT LCD with MIPI DSI interface
|
||||
and capacitive touch screen.
|
||||
|
||||
.. note::
|
||||
Currently only the older version MB1166-A03 is supported by Zephyr.
|
||||
The newer version MB1166-A09 does not get initialized correctly (see :github:`60888`).
|
||||
|
||||
.. figure:: image.jpg
|
||||
:alt: B-LCD40-DSI1 MB1166 Image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue