innovationOUtside / nbev3devsim

Ev3DevSim ipywidget in Jupyter notebooks
Apache License 2.0
5 stars 0 forks source link

Allow colour selection for pen #88

Open psychemedia opened 4 years ago

psychemedia commented 4 years ago

It might be useful to allow the user to specify the pen colour (and perhaps even pen width: both are available attributes).

This could be done in at various ways:

psychemedia commented 3 years ago

Invoking a pen change from the code requires adding to the skulpt-py libraries. Need to do this in a way that optionally extends ev3dev-py api and doesn't change original API (which would break if eg trying to download to real device).