-
Notifications
You must be signed in to change notification settings - Fork 235
#393 Implement kickback voltage readings #395
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
Conversation
vroland
left a comment
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.
The kickback reading feature looks nice! I think the values we're getting are not quite the once we would expect from the labels, because the timing of the measurement is not the best. Ideally we would drive the waveform without pause until the measurement is complete, while currently we pause to do all the highlevel stuff. But that requires a lot more work and like this it can already be used for detecting broken displays and such, so I think we should bring it in :)
Before merging I'd prefer that the duplicate code (see comment) is refactored. Also I'd split out the www-image changes and the kickback voltage changes into separate PRs. On that note: Is there a specific reason for adding the whole jpegdec component now, when the only other change is the cert?
agree!
Jpegdec falled behind since the author also added faster decode using assembly. |
|
I will check over the weekend to see if I can get a better VCOM reading. But about the duplicate function please read my comment: It really does not make sense to refactor all just because a duplicate function that hardly someone will use. It involves adding more files and changing the structure. Something it makes sense if we do a bigger refactoring but not because of this VCOM voltage reading. |
|
Sure, I thought it would be a quick change to factor out that function, but if not it's fine. Only if we get more V7 variants we should think about refactoring that. |
|
About JPEGDEC: For me it works if I delete the 'components' directory entirely and just run |
Yes! Deleted what is components and add only added idf_component.yaml |
Please check Issue #393 for details
Additionally update the SSL certificate for www-image (Loremflickr.com) usually this are renewed every year and this will make the jpeg download example SSL handshake fail.
Maybe Valentin what we can do is a bash or python script that just runs:
And fetches last certificate in the chain to store it in https://github.com/vroland/epdiy/tree/main/examples/www-image/ssl_cert