-
Notifications
You must be signed in to change notification settings - Fork 80
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
Compile error while using lastest development branch #62
Comments
In your compiler, several warnings are treated as errors. With respect to your question... it seems difficult to share the ladder. I would recommend to use the DAC for composite and that way you can use both modes. |
After your commit,almost all examples compile done but with some warnings.It is in I know it's difficult to calculate the output voltage on R2R.I will follow your advice to use a DAC.In that case,I can output a single sound channel audio.In fact,ESP32 don't have enough resource to output double sound channel audio when outputing 480P VGA video. Thanks for correcting ! 👍 |
I solved the compiler errors (reorder errors) and pushed the updated code.
Comparison of your platform.txt with mine did not show major differences.
That is not the main point. You could re-use the 6-bits R2R for the VGA green channel and multiplex it for a composite signal (not simultaneously and with different code). Settings for the composite class must account for the 6-bit instead of the 8-bit ladder (I think it can be done, and it would probably work), and thus you lose signal depth resolution. If you want to try, it sounds like something to test. Go for it if you want and I could help but I am currently working in other parts of the library right now and I will not pursuit it on my own.
I do not think you are right. Try using the ULP driver I adapted for ESP8266Audio: It would be nice to know how your code evolves. Will you keep us updated, please? |
I'm sorry for the late reply.I'm too busy to check my mailbox. Will you forgive me,please?
I had tested them and it is OK! Thanks for the fix.
I always set this to "All". That may be the reason I see these error.
That's great! It's worth to use the library even if I need to reload my ULP program into slow rtc memory before my ESP32 going to deepsleep. I will open a new issue when I need more help.Thanks again for your help! |
Hi,I'm trying to compile the example of this library but failed.
There is my Arduino console output : Compile_error_report.zip
Environment:
Master branch is OK,but it doesn't support Composite output.
What I want to know more about the library is,
can I wire it as below? In that case,I can use the switch to change output mode between VGA and NTSCColor240P.
Thank you.
The text was updated successfully, but these errors were encountered: