You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to get an idea of what's needed to implement a RGB interface for the LCD_CAM module, i was told by @Dominaezzz that the DMA api's aren't currently powerful enough to support RGB mode. For context i'm attempting to use a qualia esp32s3 board from adafruit that uses a RGB TTL connector
The text was updated successfully, but these errors were encountered:
Now that #2242 (with the DMA buffer view feature) has landed, I can submit a PR for this.
All the (non PSRAM related) features needed for a decent no_std version of esp_lcd can now be implemented outside of esp-hal.
The XIP from PSRAM feature is still an important piece of the puzzle but that doesn't have to block the initial driver.
I would like to get an idea of what's needed to implement a RGB interface for the LCD_CAM module, i was told by @Dominaezzz that the DMA api's aren't currently powerful enough to support RGB mode. For context i'm attempting to use a qualia esp32s3 board from adafruit that uses a RGB TTL connector
The text was updated successfully, but these errors were encountered: