might be well over your head but let me give you some feedback:
- there is no generic spec for MIPI DSI displays pinouts/number of signals etc. as all of them are made fur purpose
- make sure to have a full data sheet on hands which also includes power on/Off as well as init command sequence
- which TCON does your display use? Gives you and idea if you can start from an existing driver or if you will have to write one from scratch
- level shifter for all non 3.3V signals is required. Think of adding a GPIO expander chip for dealing with these signals, can ease your interface board
a good read https://pip.raspberrypi.com/categories/ ... isplay.pdf
- there is no generic spec for MIPI DSI displays pinouts/number of signals etc. as all of them are made fur purpose
- make sure to have a full data sheet on hands which also includes power on/Off as well as init command sequence
- which TCON does your display use? Gives you and idea if you can start from an existing driver or if you will have to write one from scratch
- level shifter for all non 3.3V signals is required. Think of adding a GPIO expander chip for dealing with these signals, can ease your interface board
a good read https://pip.raspberrypi.com/categories/ ... isplay.pdf
Statistics: Posted by aBUGSworstnightmare — Tue Nov 05, 2024 9:49 am