Commit graph

15 commits

Author SHA1 Message Date
562393ac8e
Merge pull request #5 from adafruit/rtd-sphinx-configuration
add new lines required by rtd
2025-02-06 10:09:55 -06:00
9e5fcc6d99 add new lines required by rtd 2025-02-06 09:03:52 -06:00
d23379a86f
Merge pull request #4 from adafruit/multi-strip
Support multiple strips in one Python program
2025-01-23 07:56:07 -06:00
52b7bb3c63 add a specific test/reproducer 2025-01-22 11:27:34 -06:00
f8847a5aac Support multiple strips in one Python program
Previously, a necessary delay at the end of pixel transmission was not enforced.

The new test program is intended for a braincraft hat with a 96-pixel LED strip
on each of the two GPIO connectors, but can be modified for other uses.

Closes: #3
2025-01-22 11:19:51 -06:00
7643c3f0d1
Merge pull request #1 from adafruit/build-32bit 2024-12-27 13:41:57 -06:00
71ab748547
Merge branch 'main' into build-32bit 2024-12-27 13:36:27 -06:00
c66d0d7f8f
Merge pull request #2 from makermelissa/main 2024-12-23 10:03:32 -06:00
Melissa LeBlanc-Williams
8a30edff20 Fix folder name in README 2024-12-20 14:51:27 -08:00
fbc23c5591 Build for 32-bit armhf
Because manylinux2014's compiler encounters errors with the upstream piolib,
I took the easy way out and copied the files in and edited them. (They were
also reformatted by clang-format, sigh)

Tested in a partially 32-bit, partially 64-bit raspbian os install with a
32-bit python executable (arm-linux-gnueabihf). This required the `kernel=kernel8.img`
line in /boot/firmware/config.txt.
2024-12-11 16:30:40 -06:00
4ec7bf8680 clear pixels on exit 2024-12-11 08:43:10 -06:00
5dd4b28b57 doc fixes 2024-12-11 08:42:56 -06:00
3736d415c1 untestable 2024-12-10 17:46:36 -06:00
9b64b9b088 rename everything per discussion 2024-12-10 17:40:16 -06:00
277e0a08a5 pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00