Skip to content

RMT driver#44

Merged
haberturdeur merged 2 commits into
masterfrom
rmt_driver
Feb 17, 2023
Merged

RMT driver#44
haberturdeur merged 2 commits into
masterfrom
rmt_driver

Conversation

@Tasssadar
Copy link
Copy Markdown
Member

@Tasssadar Tasssadar commented Feb 16, 2023

Tested with ESP32 and ESP32-S3 with 100 LED strip

  • PlatformIO 5.x
    • esp-idf 4.4 ✔️ (S3 does not work, but the chip does not even boot with empty program, probably pio fail)
    • Arduino ✔️
  • PlatformIO 6.x
    • esp-idf 5.0 ✔️ (prints warnings about legacy driver during build but works, cc @cubicap)
    • Arduino ✔️

@Tasssadar Tasssadar requested a review from yaqwsx February 16, 2023 19:07
Comment thread src/Color.h
union Rgb {
struct __attribute__ ((packed)) {
uint8_t r, g, b, a;
uint8_t g, r, b, a;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I do this? It makes the sending much simpler.

@haberturdeur haberturdeur merged commit 93451bb into master Feb 17, 2023
@Tasssadar Tasssadar deleted the rmt_driver branch February 18, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants