Detection code in lcd display for linux+rt smart SDK

Viewed 53

I am currently working with the CanMV-K230 V1.1 development board and utilizing the linux_rt-smart SDK for development.

I have successfully run the face detection example on an HDMI display. My goal is to run the same example on an ST7701 LCD panel using the MIPI DSI interface.

Request for Guidance

I would like to know:

  1. What modifications are required to adapt the face detection example for the ST7701 LCD via MIPI DSI?
  2. What specific steps or configurations are necessary to enable support for this display?
1 Answers

默认是支持的,但是你要做修改

  1. 镜像你的支持这个屏幕、屏幕的适配可以看文档
  2. 修改demo、保证你的sensor 的输出和屏幕匹配即可