Search found 2 matches

by LuckyResistor
Wed Apr 21, 2021 12:38 pm
Forum: General Discussion and Questions
Topic: Why does FrameBuffer not accept bytes objects?
Replies: 2
Views: 1263

Re: Why does FrameBuffer not accept bytes objects?

I will check this out, looks like a good font engine implementation. :D
Thank you very much!
by LuckyResistor
Mon Apr 19, 2021 11:48 am
Forum: General Discussion and Questions
Topic: Why does FrameBuffer not accept bytes objects?
Replies: 2
Views: 1263

Why does FrameBuffer not accept bytes objects?

I am working on a simple font engine for a Raspberry Pi Pico using MicroPython. The display driver I use is based on framebuf . So, I was searching for the best way to transfer bitmaps from flash memory into the frame buffer of the display. Ideally avoiding any unnecessary memory allocations. I hope...