cp2004 / OctoPrint-WS281x_LED_Status

Add some RGB LEDs to your printer for a quick status update!
https://plugins.octoprint.org/plugins/ws281x_led_status
GNU Affero General Public License v3.0
111 stars 26 forks source link

PWM access for WS2812 #187

Closed freddo99 closed 2 years ago

freddo99 commented 2 years ago

Describe your problem

Thank you for a really great project. I am trying to get access to the Neopixel WS2812, but cannot use GPIO10 due to TFT screen. I know that it is against advice, but I am hoping to use GPIO13 (PWM) instead. Could you please tell me how to reveal the PWM option in the LED Strip Editor?

Please confirm the following

Log files

No response

cp2004 commented 2 years ago

All the relevant settings (pins etc) are there except the PWM channel, if you must change it for whatever reason then it must be done in config.yaml using the strip.channel setting. You can see the default structure and all the keys here

https://github.com/cp2004/OctoPrint-WS281x_LED_Status/blob/e2d41df4e6bc04ac4b80985a87aa423e996202c5/octoprint_ws281x_led_status/settings.py#L20

github-actions[bot] commented 2 years ago

This issue has been marked a stale because it has been open for 14 days with no activity. If there is no further activity in the next 7 days this issue will be closed.

github-actions[bot] commented 2 years ago

This issue has been closed as there was no activity for 21 days. If this issue is still relevant, please request a reopen or create a new issue.