ugfx/demos/3rdparty/bubbles
inmarket f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
..
demo.mk Add demo makefiles and update example master makefiles to match. 2014-02-19 00:19:38 +10:00
gfxconf.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
main.c Demo updates to fix compile issues. 2014-02-19 00:23:07 +10:00
readme.txt Adding readme to bubbles demo 2015-07-12 14:12:38 +02:00

readme.txt

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