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

fork adafruit libraries and implement as git submodules #21

Open
15 tasks
rickyelopez opened this issue Sep 2, 2020 · 0 comments
Open
15 tasks

fork adafruit libraries and implement as git submodules #21

rickyelopez opened this issue Sep 2, 2020 · 0 comments
Labels
enhancement New feature or request optimization Optimizing existing code

Comments

@rickyelopez
Copy link
Member

rickyelopez commented Sep 2, 2020

The Adafruit GFX Library and NeoPixel Library are needed for the steering wheel to control the Shift Lights. The NeoPixel library had to be modified to work for us, but the GFX library was fine stock.

  • NeoPixel Library:
    • Figure out what change I had to make to get the NeoPixel library to work (unfortunately, I really don't remember for this one)
      • Figure out if this change is really necessary
        • If it is, figure out if there's a better way to do it
      • Test whether the new library works on the steering wheel
        • If yes, great
        • If not, make it work
    • Fork the the adafruit repo into our organization and modify as necessary
    • Re-implement into this repo as a git submodule
  • GFX Library
    • Check if the newest version works for us
      • If yes, great
      • If not, make it work
    • Fork the the adafruit repo into our organization and modify as necessary
    • Re-implement into this repo as a git submodule
@rickyelopez rickyelopez added enhancement New feature or request optimization Optimizing existing code labels Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization Optimizing existing code
Projects
None yet
Development

No branches or pull requests

1 participant