Close

353 Results for "circuitpython"

  • CircuitPython Fixes Timer Bugs, Requires Redesign

  • It turns out there have been some bugs in CircuitPython's pulseio module, related to how it selected what timer/channel to use for PWM for each of the pins. Long story short, it would sometimes re-use the channels that were already in use, resulting...
  • Adafruit Learn Guide

  • I wrote a learn guide for Adafruit for using the Stage library on the PyGamer and PyBadge consoles. You can find it here: https://learn.adafruit.com/circuitpython-stage-game-libraryIt's basically a re-hashing of the bouncing-ball tutorial from µGame...
  • Added a Holiday Wreath Shader!

  • Added a new holiday wreath shader to celebrate the holidays!Also, I've tested the Busy/Free Desk Indicator with CircuitPython 6, and it doesn't like having the Circuit Playground's filesystem mounted in read-only mode. If you would like to use CircuitPython...
  • Prototypes in Good Hands

  • It took some logistic trickery, but we got five prototypes of the badge into hands of willing and skilled people, who will now test and improve the hardware, software and documentation. There is a repository at https://github.com/circuitpython-badge/circuitpython-badge containing...
  • Software commit

  • I made a commit of my branch of CircuitPython here with the ESP32-S3 LCD peripheral updates:https://github.com/kmatch98/esp-idf/tree/release/v4.4_rgblcdthis also depends upon some updates to the ESP-IDF for driving the LCD peripheral:https://github.com/kmatch98/circuitpython/tree/esp32s3_dotclockdisplayThese...
  • November Update

  • I haven't had much time and things are progressing slowly, but I have made some progress.  I was able to add support for the on board flash in circuitpython so that it can be used for the circuitpy drive storage.  The code is posted in my github...
  • A minor detour

  • Last week I mentioned some libraries that would work well in this project, but I failed to mention that I was also considering CircuitPython.  CircuitPython has a JTAG library, but it does not directly support SVF, so I was leaning...
  • Minor updates

  • Had to take some time away, due to other personal business but thought I should update the to do list.Now with the ESP32-S3 "bounce buffer" code from Espressif and adding the ability to trigger a refresh the display work without glitches and without...