Notes
Block
Python
PiboGraphics
PiboGraphics.reset()
PiboGraphics.clear()
PiboGraphics.bgcolor()
PiboGraphics.penup()
PiboGraphics.pendown()
PiboGraphics.pencolor()
PiboGraphics.pensize()
PiboGraphics.forward()
PiboGraphics.backward()
PiboGraphics.left()
PiboGraphics.right()
PiboGraphics.setheading()
PiboGraphics.goto()
PiboGraphics.circle()
PiboGraphics.dot()
Turtle package와 유사한 그래픽 위한 클래스 입니다. TEST 기준: 240x320 (파이브레인)
Class: PiboGraphics
기반 클래스: object
object
Clears screen and history, resets state.
Clears drawing area (history), redraws icon, shows.
Sets background color and clears screen/history.
Moves forward step-by-step, adding to history if pen down.
Turns left step-by-step, updating icon display.
Sets absolute heading instantly, updates display.
Goes instantly, adds line to history if pen down.
Adds circle/arc to history if pen down.
Adds dot to history.