QMK/lib/ugfx/demos/3rdparty/bubbles
2020-03-23 10:48:11 +01:00
..
demo.mk initial upload 2020-03-23 10:48:11 +01:00
gfxconf.h initial upload 2020-03-23 10:48:11 +01:00
main.c initial upload 2020-03-23 10:48:11 +01:00
readme.txt initial upload 2020-03-23 10:48:11 +01:00

In order to run this demo you will have to link against the math libs.
You can do this by adding   -lm   to the   LIBS   variable in your Makefile:

    LIBS = -lm