The Blackhat has a 20pin FFC connector that can connects a MIPI-DSI screen. Here is the target screen right now.
The display controller itself uses a chip called the st7701, I've forked the driver and started editing it here the magic numbers come from some pseudocode I got from the vendor here
It's an exercise of matching up values between the pseudocode and driver. I've already laid in the foundation in the driver here
The Blackhat has a 20pin FFC connector that can connects a MIPI-DSI screen. Here is the target screen right now.
The display controller itself uses a chip called the st7701, I've forked the driver and started editing it here the magic numbers come from some pseudocode I got from the vendor here
It's an exercise of matching up values between the pseudocode and driver. I've already laid in the foundation in the driver here