Here is a larger version. By Larger, I mean the letters are scaled up four times.
http://forums.parallax.com/entry.php...in-big-letters
And here is the code for the "A", any idea why it messed it up? It seems like it lost some encoder counts on the first two arcs.
Code:
Pub A
s2.move_to(420, 0)
pen_down
s2.begin_path
s2.move_to(420, 416)
s2.arc_to(544, 540, -124)
s2.move_to(656, 540)
s2.arc_to(780, 416, -124)
s2.move_to(780, 0)
s2.move_to(660, 0)
s2.move_to(660, 180)
s2.move_to(540, 180)
s2.move_to(540, 0)
s2.move_to(420, 0)
s2.end_path
pen_up
s2.move_to(540, 300)
pen_down
s2.begin_path
s2.move_to(540, 388)
s2.arc_to(568, 420, -32)
s2.move_to(628, 420)
s2.arc_to(660, 388, -32)
s2.move_to(660, 300)
s2.move_to(540, 300)
s2.end_path
pen_up
Rich H
Bookmarks