Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed DmTftLibrary
Diff: src/buttonhandlers.h
- Revision:
- 1:a1d80c69e1f0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/buttonhandlers.h Thu Dec 06 23:15:21 2018 +0000 @@ -0,0 +1,18 @@ +#ifndef BUTTONHANDLERS_H +#define BUTTONHANDLERS_H + +#include "ui.h" + +extern Mandelbrot *brot; + +void changeMaxIters(Button *self, DmTftBase *screen); + +void changeKernel(Button *self, DmTftBase *screen); + +void reDraw(Button *self, DmTftBase *screen); + +void resetView(Button *self, DmTftBase *screen); + +void zoomOut(Button *self, DmTftBase *screen); + +#endif \ No newline at end of file