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
esp32s3 has a lcd_cam peripheral, so I am interesting exposing it.
1.Now it can be compiled successfully.
2.Divided into three parts(I8080 RGB CAM), but just achieve the I8080 and RGB.
3.The I8080 just expose the tx_param and tx_color, remaining: I think use the MP to write like st7789.py and so on.
4.The RGB need use oct psram or not, but in most cases it need psram as GRAM. So I newly open a GENERIC_S3_GRAM_OCT to apply some special espidf DEFINE to improve the display effect.
5.I am an amateur player, and I have only finished some manuscripts. I hope interested friends can help it.
A search suggests this PR might apply the STATIC macro to some C code. If it
does, then next time you rebase the PR (or merge from master) then you should
please replace all the STATIC keywords with static.
Although this is an automated message, feel free to @-reply to me directly if
you have any questions about this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
esp32s3 has a lcd_cam peripheral, so I am interesting exposing it.
1.Now it can be compiled successfully.
2.Divided into three parts(I8080 RGB CAM), but just achieve the I8080 and RGB.
3.The I8080 just expose the tx_param and tx_color, remaining: I think use the MP to write like st7789.py and so on.
4.The RGB need use oct psram or not, but in most cases it need psram as GRAM. So I newly open a GENERIC_S3_GRAM_OCT to apply some special espidf DEFINE to improve the display effect.
5.I am an amateur player, and I have only finished some manuscripts. I hope interested friends can help it.