libfxcg icon indicating copy to clipboard operation
libfxcg copied to clipboard

Syscall and helper library for the Casio FX-CG (Prizm) color graphing calculator

Results 8 libfxcg issues
Sort by recently updated
recently updated
newest added

Hello! This PR imports FreeBSD's printf implementation so that all flags are now implemented. This PR also fixes the fwrite_term implementation such that printf can be used properly. I've tested...

This PR adds Einar Saukas's zx7 compression utility from tswilliamson's PrizmSDK. As yet untested, though it should work given that it's pulled straight from the PrizmSDK.

There are some interesting things in there: https://github.com/tswilliamson/PrizmSDK/commits/master

I've developed a tool that uses the new USB communication syscalls (#87) to speed up the development cycle. Instead of going through the slow USB bulk transfer process every time...

sscanf is not in stdio.h, can someone please guide me how do I add it so I can use it in the examples code?

In examples/skeleton/example/example.c you use the exe key to close the add-on, but if you use the menu button, you can open the add-on more often on FX- CG50. KEY__CTRL__MENU

If we do decide to use stdint.h from musl with alltypes.h we can also use this to fix an issue with ptrdiff_t not being defined. Also reviewing the pull request...

This pull request was motivated primarily by the desire to compile mupdf for the casio prizm. I was successful but it runs out of heap. This time I did make...