MIPI DSI LCD 2.8 inch with 640x480 pixels for RaspberryPi 3/4 and ESP32-P4

Started by olimex, May 16, 2025, 12:53:30 PM

Previous topic - Next topic

olimex


s00999

Hello,
I have ordered the ESP32-P4 as well as this display. Nevertheless, could you please provide (prior to shipment) the documentation, datasheet, source code, and possibly the schematic? I am planning to use another display based on the same ST7701S driver in the future.
Thank you.

LubOlimex

Demos were just uploaded, you can find them in the GitHub sub-folder:

https://github.com/OLIMEX/ESP32-P4-DevKit/tree/main/SOFTWARE/Demo_Examples

I've added also RPi drivers for the LCD at its page.

>  I am planning to use another display based on the same ST7701S driver in the future.

The code might not work with another display, even if the driver is the same. Some LCD initializing routine is vendor-specific and provided by the vendor. Check line 205-206 from the main code:

"static const st7701_lcd_init_cmd_t lcd_init_cmds[] = {..."

The initialization code was taken from the drivers for the LCD.
Technical support and documentation manager at Olimex