Search found 2 matches

by Apostal2008
Wed Nov 20, 2024 11:22 am
Forum: Hardware
Topic: ESP32-P4 MIPI DSI commands for initializing
Replies: 3
Views: 811

Re: ESP32-P4 MIPI DSI commands for initializing

I think its good to study existing drivers for mipi dsi displays https://github.com/espressif/esp-iot-solution/tree/master/components/display/lcd/esp_lcd_ek79007 https://github.com/espressif/esp-bsp/tree/master/components/lcd/esp_lcd_ili9881c Of course I looked at these examples, I had questions ab...
by Apostal2008
Fri Nov 15, 2024 10:13 am
Forum: Hardware
Topic: ESP32-P4 MIPI DSI commands for initializing
Replies: 3
Views: 811

ESP32-P4 MIPI DSI commands for initializing

Good afternoon, after purchasing the board I start to run the standard display from the kit, after which I go on to experiments with my display and have a questions. How to correctly convert initialization MIPI DSI commands into the format as know esp32: LCM_Reset(LOW); Delay(1); //1ms LCM_Reset(HIG...