Mike Bell
Mike Bell
Hi! Yes I saw that tweet and issue where you needed to move a large stack allocation on to the heap for Pico W compatibility. Is the problem the wifi...
I went for a simpler approach of just transferring 64 pixels at a time, so this will always use 256 bytes of stack regardless of your display width. Note that...
Great to get this fix in! Agree those changes look good - thank you.
I've just realised that `sd_readblocks_scatter_async` is an externally exposed function, and if you use it then this won't work. It should record the control words pointer passed into scatter_async and...
I'm going to switch to use the scatter read function directly in my video code. So, really I just want a call to get the number of control words that...
Can you not already set that by defining `XOSC_MHZ`? It appears to accept a range 1-50.
It appears some clients have started using this technique, calling the public /statuses/:id/context endpoint on the remote server. The problem with this is that if the client renders the toots...
> there appears to be a sizeable contingent of people who have come to understand blocking to mean denying read access _globally_ rather than merely refusing interaction with their instance...
I appreciate this fix is simplistic, but it does allow the library to work in accordance with the documentation/examples. From the wiki: "It also helps if your MCU can use...
Yes, that sounds like a good solution to me. I'll look at making that change.