You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
your articles are awsome. Thanks for that.
I got a question regarding the notes section of src/dsi.md .
There it says in lines 724-727:
1. ST7703 always runs in __DSI Video Mode__ (instead of Command Mode).
Does this mean that all DCS Commands are sent over all 4 DSI Data Lanes? (Instead of DSI Lane 0 only)
The note is written as a question and i'm wondering is it like that, that all commands are sent over 4 DSI Data Lanes ?
The default configuration of the ST7703 is to use 4 lanes. In my use case i only got 2 lanes which means that i can't configure the ST7703 to use only 2 lanes through the MIPI DSI Interface ?
The text was updated successfully, but these errors were encountered:
Hi: Thank you so much for reading my articles! Sorry I made a mistake, here's how ST7703 actually works on PinePhone and other MIPI DSI Devices:
At Startup: DCS Commands are sent over DSI Lane 0 to init the ST7703 Display Controller. Only DSI Lane 0 is Bidirectional (not the other DSI Lanes) and supports DCS Commands.
After Startup: Pixel Data is sent over Multiple DSI Data Lanes, in Video Mode. Which means the Pixel Data is pushed as a continuous stream of Video Pixels, instead of plotting every pixel command by command.
So 2 DSI Lanes are perfectly OK, we only need Lane 0 to configure the ST7703 Display Controller. Both DSI Lanes will be used to push pixel data later.
Hi,
your articles are awsome. Thanks for that.
I got a question regarding the notes section of src/dsi.md .
There it says in lines 724-727:
The note is written as a question and i'm wondering is it like that, that all commands are sent over 4 DSI Data Lanes ?
The default configuration of the ST7703 is to use 4 lanes. In my use case i only got 2 lanes which means that i can't configure the ST7703 to use only 2 lanes through the MIPI DSI Interface ?
The text was updated successfully, but these errors were encountered: