::uint8_t uint8_t
Definition: cstdint:21
::int16_t int16_t
Definition: cstdint:8
char len
Definition: nesdoug.h:26
void neo_turtle_init(uint8_t idx)
Initialise the turtle graphics system.
void neo_turtle_home(void)
Move the turtle to the home position - centered, facing upward.
void neo_turtle_turn(int16_t deg)
Turn the turtle right. Show if hidden.
void neo_turtle_move(int16_t len, uint8_t color, uint8_t pen)
Move the turtle forward. Show if hidden.
void neo_turtle_hide(void)
Hide the turtle.
void neo_turtle_show(void)
Show the turtle.