-
Notifications
You must be signed in to change notification settings - Fork 11
Bug fixing and new Mandelbrot demos #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Changed sleep value 0.2 to more sensible 2 (float arg not accepted and causes prog to busy wait)
Update image.sh demo to work with updated sketch. Misc debug output and prettification.
Add a new \e[x;yX escape to draw a point using current colour
First version of Mandlebrot set viewer to exercise point-drawing code. Debug output for point-drawing code.
drain before returning. Use new routine in places where removing the delay shouldn't cause problems.
…o sketch. Allow changing the delay from command line with '-u microseconds' option Send some sensible escape codes at program startup.
|
Great :) Thank you :) |
|
One thing. Can you rebase your patchs against the current master? |
|
To be honest, I've never used github before starting this fork. What do I need to do to rebase? |
|
Thank you. I ran your commit. |
|
What's the error on makefile? I don't get any when running it on u3 and the only external lib is libm, which should be on any system with a C compiler... |
|
https://github.com/hardkernel/ODROID-SHOW/commits/master John already merged your files. |
|
I got the below error messgae. |
After reinstalling, my code stopped working. I surmise that this is because I'm running an older version of the Arduino IDE (1.0.1) than the one that I was using before?
No description provided.