Skip to content
#

circuitpython

Here are 298 public repositories matching this topic...

circuitpython
kattni
kattni commented Apr 13, 2021

As it is, with the Neo Trinkey specifically, the non-status NeoPixels remain lit up if they were lit up from code in code.py when you enter the REPL. The status LED changes to indicate that you have entered the REPL. So, for example, if you had all four LEDs turned red in your code, and then entered the REPL, three would remain red, and one would turn white. This confused me as I moved onto someth

Sol
theacodes
theacodes commented Feb 24, 2021

Since state.clock can remain the same value between subsequent calls to loop, if the clock is slow enough loop will actually retrigger the output multiple times for a single clock.

A possible fix is to make it possible to "latch" Trigger/Retrigger objects - preventing them from triggering again until unlatched.

Another possible fix is to make helpers.should_trigger_clock memoize

WyliodrinSTUDIO
alexandruradovici
alexandruradovici commented Mar 29, 2021

Description

When the last opened project has been deleted while open, Wyliodrin STUDIO will show an error that a project cannot be opened when it is restarted.

Steps to Reproduce

  1. Open a project
  2. Got to the projects library
  3. Delete the project that is currently open
  4. Close Wyliodrin STUDIO
  5. Open Wyliodrin STUDIO

Expected behavior: Do not open any project and d

Improve this page

Add a description, image, and links to the circuitpython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuitpython topic, visit your repo's landing page and select "manage topics."

Learn more