Matt Waltz

Results 64 comments of Matt Waltz

APNG support would be a great addition. Anything I can do to help get this merged?

RLET sprites will never support scaling and clipping. Use normal sprites for that. I have changed the title to only be for gfx_ScaledSprite/gfx_ScaledTransparentSprite

Ellipse routines merged with #365

long long wouldn't be as hard as adding proper double support, but still would be a pain. Probably not something that is going to make it in the observable future,...

Ideally you could overwrite the OS and run whatever you wanted; but it would no longer be a "calculator" in anything but the physical appearance -- which would still be...

@vshymanskyy In other news, 64 bit support is almost complete and wasm3 is able to do fib(24) on the calculator: fib32: ![image](https://user-images.githubusercontent.com/9890252/159141850-e5869038-0a1e-4f77-af25-23c4d672d927.png) fib64: ![image](https://user-images.githubusercontent.com/9890252/159145527-beec977f-ff0b-4dc9-84d9-0b6c226e3221.png) The binary is about 33K compressed...

I have a brilliant idea for this.

It would be nice to have a method to give the user the ability to reserve regions of memory for heap allocation, i.e. if they are using 1bpp mode and...