Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Conditional Compilation for Non-Raspberry Pi ARM64 Targets #6

Closed
wymcg opened this issue Apr 17, 2023 · 1 comment
Closed

Fix Conditional Compilation for Non-Raspberry Pi ARM64 Targets #6

wymcg opened this issue Apr 17, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@wymcg
Copy link
Owner

wymcg commented Apr 17, 2023

Currently, Matricks will use the target architecture to determine whether to include rs_ws281x to drive the matrix or opencv to simulate the matrix, and will switch between matrix control thread functionality accordingly. We need to switch away from using a blanket cfg(target_arch = "aarch64") because it presents issues when compiling for non-Raspberry Pi devices that also use ARM64, such as M1 Macs.

@wymcg wymcg added the bug Something isn't working label Apr 17, 2023
@wymcg wymcg added this to the 0.2.0 milestone Apr 17, 2023
@wymcg wymcg modified the milestones: 0.2.0, 0.3.0 Apr 27, 2023
@wymcg
Copy link
Owner Author

wymcg commented Aug 12, 2023

No longer an issue. The simulator was removed from Matricks in #14 and moved to a different project.

@wymcg wymcg closed this as completed Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant