Skip to content

Conversation

@declanmalone
Copy link

No description provided.

dec added 11 commits May 15, 2014 13:48
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.
@mdrjr
Copy link
Collaborator

mdrjr commented May 21, 2014

Great :) Thank you :)

@mdrjr
Copy link
Collaborator

mdrjr commented May 21, 2014

One thing. Can you rebase your patchs against the current master?
There are some conflicts.

@declanmalone
Copy link
Author

To be honest, I've never used github before starting this fork. What do I need to do to rebase?

@leeseungcheol
Copy link
Collaborator

Thank you. I ran your commit.
Escape X is verry good funtion.
and, I fixed problem of image size.
Refer to the following site. http://forum.odroid.com/viewtopic.php?f=88&t=4608
also, Can you check the Makefile on mandelbrot.c?
I got error...

@declanmalone
Copy link
Author

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...
Getting back to conflicts, could someone give me a pointer for what I have to do (rebase) to get this code into a merge-worthy state? Thanks.

@mdrjr
Copy link
Collaborator

mdrjr commented May 25, 2014

https://github.com/hardkernel/ODROID-SHOW/commits/master

John already merged your files.

@leeseungcheol
Copy link
Collaborator

I got the below error messgae.
#make
gcc -o mandelbrot -lm mandelbrot.c
/tmp/ccYdvBbh.o: In function 'mandelbrot':
mandelbrot.c:(.text+0x420): undefined reference to 'floor'
collect2: error: ld returned 1 exit status
make: *** [mandelbrot] Error 1
Thank you.

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants