-
This is the same issue as https://github.com/adafruit/Adafruit_CircuitPython_TLC59711/issues/8.
Problematic code is here: https://github.com/adafruit/Adafruit_CircuitPython_TLC5947/blob/60d36538cc…
-
Board: Arduino Nano Every
Peripheral: Adafrut TLC59711
Library: Adafruit_TLC59711
Software: Desktop Install on Win 10 - Arduino 1.8.13
Running supplied test code: Test_TLC59711.ino
Board rese…
-
Would it make sense to have an Output-only SpiDevice class? For example `SpiOutputDevice`, which the SpiDevice can inherit from. The use-case is for hardware devices that don't have any read-capabilit…
-
At https://github.com/adafruit/Adafruit_Python_PlatformDetect/pull/99 @makermelissa noted that
Adafruit_Python_PlatformDetect was hard coding a version of black, and removed it. I am assuming this…
-
Using Adafruit_Blinka on Jetson Xavier and
Following: https://learn.adafruit.com/circuitpython-basics-i2c-and-spi/spi-devices instruction, the SPI baudrate stay at 10Mhz instead of the new specified…
-
Converted a driver for TLC95711 pwm board which uses SPI. I got it working fully with one weird issue when I have to rpio.Open() within the same function when I am writing to SPI.
With that being sai…
-
https://www.adafruit.com/products/1455
https://github.com/adafruit/Adafruit_TLC59711/blob/master/Adafruit_TLC59711.cpp
http://falconchristmas.com/forum/index.php/topic,4391.0.html
-
I followed along in your thread https://rog.asus.com/forum/showthread.php?96095-Adding-more-AURA-RGB-headers/page3
But the end seems... disappointing. I am working on a similar requirement and if…
-
I've been using multiple boards recently plugged into the same host and I've left an empty file on each to mark them so I can ensure from REPL I'm using the correct board when it's important. I notice…
-
I cloned the library to my Raspberry Pi, entered the lib-tlc59711/examples directory, and tried to remake pwmled. When I execute make, I get bcm2835.h not found.