Skip to content

feat(machine): add MIPI DSI interface and ESP32-S3 driver - #5557

Draft
digitalentity wants to merge 1 commit into
tinygo-org:devfrom
helvionics:de_mipi_esp32s3
Draft

feat(machine): add MIPI DSI interface and ESP32-S3 driver#5557
digitalentity wants to merge 1 commit into
tinygo-org:devfrom
helvionics:de_mipi_esp32s3

Conversation

@digitalentity

@digitalentity digitalentity commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

A very minimal implementation of MIPI DSI driver for the ESP32-S3.

This is the code that drives a 480x480 ST7701S LCD in my tests. To make at least some use of this driver one needs enough RAM to hold the full framebuffer, so #5554 is pretty much the pre-requisite.

Not all parameters of the LCD_CAM module are exposed through timings and lanes, only the bare minimum to get things moving along.

Fixes #5556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support MIPI displays

1 participant