ugfx/demos/3rdparty/bubbles
inmarket f9c848e985 Change color_t to gColor 2018-07-08 11:19:43 +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 Change color_t to gColor 2018-07-08 11:19:43 +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