Skip to content

tasmota32 + P9813, how? #22800

Answered by sfromis
ffgomez asked this question in Q&A
Jan 11, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Looking at the code suggests that it was a deliberate choice to not support that combination, when an improved neopixel driver was introduced a couple of months ago.

// We drop support for NEO_HW_P9813, as it is too hard to support with hardwarre
#if (USE_WS2812_HARDWARE == NEO_HW_P9813)
  #error "P9813 is not supported by this library"
#endif  // USE_WS2812_CTYPE

I'd try if it works on an older version from before 2024-11-27

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ffgomez
Comment options

@sfromis
Comment options

Answer selected by ffgomez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants