Mandelbrot set generator using DISCO-F746NG.

Dependencies:   BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG mbed BUTTON_GROUP

Revision:
5:d8baac12f595
Parent:
4:45feeb548dfa
Child:
6:cafbcdf0d166
--- a/main.cpp	Sun Jan 17 02:47:57 2016 +0000
+++ b/main.cpp	Wed Feb 17 06:37:08 2016 +0000
@@ -5,7 +5,7 @@
 //  Tap the Mandelbrot set on the screen, expanded figure by a 
 //  factor of two around the tapped position is displayed.
 //
-//  2015/11/23, Copyright (c) 2015 MIKAMI, Naoki
+//  2016/02/17, Copyright (c) 2016 MIKAMI, Naoki
 //---------------------------------------------------------------
 
 #include "button_group.hpp"