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

Write into frame buffer directly #7

Open
yshui opened this issue Feb 11, 2025 · 1 comment
Open

Write into frame buffer directly #7

yshui opened this issue Feb 11, 2025 · 1 comment

Comments

@yshui
Copy link

yshui commented Feb 11, 2025

Using PicoGraphics::pixel seems to be very slow. The fact inky is able to display jpeg images at reasonable speed makes be think the bottleneck is probably the ffi calls one byte at a time psram writes. Is it possible to dump a buffer directly at the frame buffer?

I was trying to render a color gradient with manual dithering (because i don't like the default dithering patterns).

@yshui
Copy link
Author

yshui commented Feb 11, 2025

Oh, and what I have is a inky frame 7.3, so no memoryview for me.

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

1 participant