A mandelbrot renderer for the pokitto.

Dependencies:   PokittoLib

Committer:
ensonic
Date:
Sun Jun 17 18:44:38 2018 +0000
Revision:
0:8a49a4178a0e
Mandelbrot renderer for pokitto.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ensonic 0:8a49a4178a0e 1 /* This is an example of how to set your own project settings
ensonic 0:8a49a4178a0e 2
ensonic 0:8a49a4178a0e 3 To use
ensonic 0:8a49a4178a0e 4
ensonic 0:8a49a4178a0e 5 1. make a copy of this file by pressing right mouse button on top of this file
ensonic 0:8a49a4178a0e 6 in the mbed online compiler, then choose "Clone"
ensonic 0:8a49a4178a0e 7
ensonic 0:8a49a4178a0e 8 2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder
ensonic 0:8a49a4178a0e 9 Drag & drop to move if needed
ensonic 0:8a49a4178a0e 10
ensonic 0:8a49a4178a0e 11 3. rename the clone to "My_settings.h"
ensonic 0:8a49a4178a0e 12
ensonic 0:8a49a4178a0e 13 */
ensonic 0:8a49a4178a0e 14
ensonic 0:8a49a4178a0e 15 #define PROJ_HIRES 0 // 1 = high resolution (220x176) , 0 = 110x88 fast mode
ensonic 0:8a49a4178a0e 16 #define PROJ_ENABLE_SOUND 0 // 0 = all sound functions disabled