GithubHelp home page GithubHelp logo

pjdu / led-matrix-display-driver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from optolab/led-matrix-display-driver

0.0 0.0 0.0 478 KB

LED Matrix Display Driver Library

License: GNU General Public License v3.0

Python 0.22% C 98.83% Objective-C 0.95%

led-matrix-display-driver's Introduction

LED Matrix Display Driver Library

About Library (REV_DATE 230519)

This is library source code to work with LED Matrix Displays. Library is both functionally and platform configurable. Current version supports following:

  • Board (platform) selection. Included boards:
  • Color format selection. Supported:
    • RGB111 (native)
    • RGB332
    • RGB565
    • RGB888
  • Individual LED panel configuration (size, number of selection bits, number of subpanels)
  • Display size configuration (depending on the number and type of LED panels used)
  • SD Card support based on ChaN's FatFS.
  • Operational (refresh) mode configuration. Supported:
    • Manually - use refreshDisplay function, displayDelay executes refreshDisplay
    • Timer - refresh triggered by timer, requires timer interrupt implementation to execute function refreshDisplay()
    • FreeRTOS - refresh executed in separate FREERTOS task, requires separate task implementation for refreshDisplay() execution

More info on OptoLAB

Preconfigured and precompiled examples:

Demo video on youtube

Library organization (REV_DATE 230519)

Screenshot

led-matrix-display-driver's People

Contributors

optolab 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.