Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 07:19 20 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Missing the turtle in PicoMite

Author Message
andreas

Senior Member

Joined: 07/12/2020
Location: Germany
Posts: 226
Posted: 10:41pm 09 Jan 2022
Copy link to clipboard 
Print this post

I have some MMBASIC programs using turtle graphics and wanted to run them on the pico.

Something like this:

...
 Sub zeichneverbindung(a,b,l,c)
     turtle pen colour c
     turtle pen down
     If a=1 And b=2 Then
       turtle heading 0
       turtle forward l
       Play tone 440,440,delay:Pause delay
     EndIf
     If a=2 And  b=1 Then
       turtle heading 180
       turtle forward l
       Play tone 466,466,delay:Pause delay
     EndIf
     If a=5 And b=4 Then
       turtle heading 0
       turtle forward l
       Play tone 493,493,delay:Pause delay
     EndIf
     If a=4 And b=5 Then
       turtle heading 180
       turtle forward l
       Play tone 523,523,delay:Pause delay
     EndIf
...

But seems not to be implemented in PicoMite  

-andreas
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025