-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RGB Interface Support for esp32-s3 #2081
Comments
Long story short, all the options available in https://docs.espressif.com/projects/esp-idf/en/release-v5.3/esp32s3/api-reference/peripherals/lcd/rgb_lcd.html should be supported by the hal. Either by having the implementation here or providing APIs for users to DIY it. (I much prefer the latter). |
We also need one of the maintainers to have a devkit that can run an example with it, like ESP32-S3-LCD-EV-Board. Any of these kits also work (in order of preference, the Elecrow ones are annoying to iterate on). |
Now that #2242 (with the DMA buffer view feature) has landed, I can submit a PR for this. |
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: