GithubHelp home page GithubHelp logo

led_matrix's Introduction

LED_Matrix

My personal project with a 47x60 LED matrix. You can see it in action here: https://imgur.com/gallery/tSoa2W6

My LED matrix is wired differently than the OctoWS2811 library expects. Because of this, I had to modify the library. While I was at it, I made other optimizations to the audio library. All the changed files that need to be updated are:

C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\Arduino.h (need to verify this, if changed) C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio\analyze_fft1024.cpp C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio\analyze_fft1024.h C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\OctoWS2811\OctoWS2811.cpp

Arduino.h defines the preprocessor constant. The other files include changes around this preprocessor directive. The .ino files look it as well. Edit: Actually its not there. Arduino looks at the header files first before looking at any .ino files. I can't define the preprocessor in my ino files. I need to make a new header file that defines the constant.

led_matrix's People

Contributors

ssaenger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.