-
Notifications
You must be signed in to change notification settings - Fork 102
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
Feature/hdmi #425
base: master
Are you sure you want to change the base?
Feature/hdmi #425
Conversation
5c04252
to
bea3856
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@espzav Thank you for this great feature! I left few formal nitpicks
This BSP supports HDMI converter Lontium LT8912B. Follow these rules for using it with HDMI: | ||
- Use ESP-IDF 5.4 or older (from commit [93fdbf2](https://github.com/espressif/esp-idf/commit/93fdbf25b3ea7e44d1f519ed61050847dcc8a076)) | ||
- Only RGB888 is supported with HDMI | ||
- Use MIPI-DSI to HDMI converter from this link ([Schematic](), [PCB]()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the links :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I forgot remove it. I still haven't got permission for sharing it.
84eabde
to
e6afa59
Compare
@igrr Thank you for the review. All comments was fixed or answered. |
ESP_LOGI(TAG, "HDMI configuration for 1280x800@60HZ"); | ||
esp_lcd_dpi_panel_config_t dpi_config = LT8912B_1280x800_PANEL_60HZ_DPI_CONFIG(); | ||
#elif CONFIG_BSP_LCD_HDMI_1920x1080_30HZ | ||
ESP_LOGI(TAG, "HDMI configuration for 1280x800@30HZ"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESP_LOGI(TAG, "HDMI configuration for 1280x800@30HZ"); | |
ESP_LOGI(TAG, "HDMI configuration for 1920x1080@30HZ"); |
ESP-BSP Pull Request checklist
Change description