-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add videosink display driver #27
Conversation
Codecov Report
@@ Coverage Diff @@
## main #27 +/- ##
=======================================
+ Coverage 60.3% 61.2% +0.9%
=======================================
Files 48 53 +5
Lines 6453 6672 +219
=======================================
+ Hits 3893 4085 +192
- Misses 2425 2446 +21
- Partials 135 141 +6
Continue to review full report at Codecov.
|
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.
Thanks for the change! Nothing structural, just minutia questions.
The videosink package provides a display driver implementing an HTTP request handler. Client requests get an initial snapshot of the graphics buffer and are updated further on every change. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
I decided to merge, let's continue the discussion if we want to rename things a bit before next release. Even then it's not a big deal if we break it while there isn't users yet. |
The videosink package provides a display driver implementing an HTTP
request handler. Client requests get an initial snapshot of the graphics
buffer and are updated further on every change.
Provides the basic implementation for #26. Still to be done are example code and
periph/cmd
integration.