ugfx/demos/3rdparty/bubbles
2015-07-12 14:12:38 +02:00
..
demo.mk
gfxconf.h Cleaning up config file of bubbles demo 2015-07-12 14:11:21 +02:00
main.c
readme.txt Adding readme to bubbles demo 2015-07-12 14:12:38 +02: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