Skip to content

LED not working for PCB v2.4 and Raspberry PI 4 #67

@R3dstoneD07

Description

@R3dstoneD07

The Raspberry PI 4 still needs RPI_WS281X. The fix is on line 18 of Led.py:

< if self.pcb_version == 1 and self.pi_version == 1:

if (self.pcb_version == 1 or self.pcb_version == 2) and self.pi_version == 1:

Or simply "if self.pi_version == 1:"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions