Skip to content
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 request] Cast the display of a phone #224

Closed
josuah opened this issue Jun 16, 2024 · 1 comment
Closed

[feature request] Cast the display of a phone #224

josuah opened this issue Jun 16, 2024 · 1 comment

Comments

@josuah
Copy link
Member

josuah commented Jun 16, 2024

While the communication is Bluetooth, a protocol that does incremental drawing would allow to repaint only a small region at a time by comparing with the previous frame.

This does not play well with scrolling or animations, but a filter could be added to wait that the phone screen becomes still before sending the new frame, as a list of pixel that changed.

@siliconwitch
Copy link
Member

This is already possible using the pixel draw command frame.display.bitmap(). API info coming soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants