Mandelbrot set viewer for the ARM Mbed platform
Dependencies: mbed DmTftLibrary
Mbed Mandelbrot Viewer
Touch-based mandelbrot set viewer for the ARM Mbed platform. Designed with the NXP LPC1768 and the DisplayModule DM-TFT28-116. It should be easy to adapt for any DisplayModule product, especially if it has an I2C touch controller.
On screen options allow the user to switch between 256*(2^n) maxiters up to 4096, and three rendering kernels using floats, integers, and integers in ARMv7 ASM.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:835c035b8b1c | 2018-12-07 | ofrasier | Combined ADD-LSL |
2:e8d2bde86ff9 | 2018-12-07 | ofrasier | Simplified bit shift |
1:a1d80c69e1f0 | 2018-12-06 | ofrasier | Initial commit |
0:5b56190e14e9 | 2018-12-05 | ofrasier | 1.0 |