Make very small add-ins.
Go to file
mibi88 b885134e79 v.0.2
Reviewed-on: https://gitea.planet-casio.com/mibi88/libMicrofx/pulls/2
2023-04-19 20:24:42 +02:00
microfx_src Improved headers. Documented functions in ext/strtools.h. 2023-04-19 20:17:45 +02:00
template Improved headers. Documented functions in ext/strtools.h. 2023-04-19 20:17:45 +02:00
.gitignore Basic file creation, edition, etc. functions. 2023-04-16 19:11:37 +02:00
LICENSE Initial commit 2023-01-14 11:50:28 +01:00
README.md Added some tools, some drawing functions and some GUI functions. 2023-01-20 18:19:42 +01:00

README.md

libMicrofx

Make very small add-ins.

You can also write this name "libµfx" or "ufx".

With this library you can easly make very small add-ins, but they are not as fast as add-ins made using gint, so you should use gint to write more complex add-ins. This library only provides support of the fx98xx series of CASIO monochrome calculators that support add-ins.

Getting started

An example add-in is in template. Start your project with this folder. Requires sh-elf-* of the fxsdk.

The library is in microfx_src. If the library was updated, update you project by replacing lib with a new version compiled by typing make in microfx_src.

You can read the header files in lib/include/microfx to see the available functions.

Thanks to Lephenixnoir and Yatis for their help !