Added full support for Adafruit DotStar LED Strips. #394

Open
IvanGirderboot wants to merge 3 commits from IvanGirderboot/master into master
IvanGirderboot commented 2021-02-11 20:45:06 +00:00 (Migrated from github.com)

This PR adds support for the AdaFruit DotStar LED strips which work really well with the Raspberry Pi.

Using a DotStar strip Requires Python3

Note: I know you're working on complete rewrite at the moment, and I'm happy to contribute DotStar support on the new branch. I think there are several opportunities to streamline things (i.e. not using discrete per-product variables like dotstar_color and neopixel_color) in the rewrite to make the code cleaner.

This PR adds support for the [AdaFruit DotStar](https://learn.adafruit.com/adafruit-dotstar-leds) LED strips which work really well with the Raspberry Pi. Using a DotStar strip **Requires** Python3 Note: I know you're working on complete rewrite at the moment, and I'm happy to contribute DotStar support on the new branch. I think there are several opportunities to streamline things (i.e. not using discrete per-product variables like `dotstar_color` and `neopixel_color`) in the rewrite to make the code cleaner.
vitormhenrique commented 2021-10-17 22:16:45 +01:00 (Migrated from github.com)

Would you mind fixing the conflicts?
I'm fixing some issues here and would like to get all PR's on master

Would you mind fixing the conflicts? I'm fixing some issues here and would like to get all PR's on master
IvanGirderboot commented 2021-11-07 15:21:52 +00:00 (Migrated from github.com)

I'll try to load this back up this week and resolve these.

I'll try to load this back up this week and resolve these.
IvanGirderboot commented 2021-11-16 02:05:41 +00:00 (Migrated from github.com)

OK conflicts have been resolved; I'll give it a test locally once my current print is done to ensure it still works.

OK conflicts have been resolved; I'll give it a test locally once my current print is done to ensure it still works.
IvanGirderboot commented 2021-11-18 15:23:35 +00:00 (Migrated from github.com)

I can confirm this works still

I can confirm this works still
IvanGirderboot commented 2021-12-21 16:03:50 +00:00 (Migrated from github.com)

Friendly ping! this is ready to be merged

Friendly ping! this is ready to be merged
This pull request has changes conflicting with the target branch.
  • octoprint_enclosure/templates/enclosure_settings.jinja2
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin IvanGirderboot/master:IvanGirderboot/master
git checkout IvanGirderboot/master
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#394