Mandelboot | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 46% |
|||||||
alltime top: #58041 |
|
|||||||
added on the 2022-01-28 04:00:11 by Mecrisp |
popularity helper
comments
Nice!
really cool bootsector demo, and also the first pi pico demo if I haven't missed anything. So sad that picocomp didn't happen. When's the next one gonna be? :)
lists containing this prod
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !
with RP2040 silicon, which is an ARM Cortex M0+.
After setting up XOSC, GPIO and UART,
Mandelboot prints the Mandelbrot fractal in ASCII art on
terminal, waits for a key press, and prints Tricorn fractal.
Then it waits for another key press and starts over.
While waiting for a key press, it blinks the LED
in a smooth, fading way.
This is done by approximating a cosine function with the
minsky circle algorithm. The cosine is fed through an
approximated exponential function known as "bitexp" to
map brightness values onto the logarithm intensity
response curve of the human eye, and is finally
displayed by employing a sigma-delta modulator.