Coder Social home page Coder Social logo

kjagiello / hub75-pio-rs Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 5.0 36 KB

HUB75 driver for RP2040. Uses PIO and DMA to achieve high refresh rate and high color depth with zero CPU overhead.

Home Page: https://docs.rs/hub75-pio

License: MIT License

Rust 100.00%
dma hub75 pio rust nostd

hub75-pio-rs's Introduction

hub75-pio-rs

An experimental HUB75 driver for RP2040. Utilizes Programmable I/O (PIO) units in combination with DMA to achieve high refresh rates, true color depth and zero CPU overhead without sacrificing quality.

nyan.mp4

Features

  • Supports LED matrices up to 64x32 pixels with 1:16 scanline
  • High refresh rate (approx. 2100 Hz with 24 bit color depth on a 64x32 display)
  • Does not utilize CPU for clocking out data to the display โ€“ all the work is done by the PIOs and the DMA controller
  • Uses binary color modulation
  • Double buffered
  • Implements embedded-graphics traits

Requirements

The current implementation assumes that the following groups of data outputs are assigned to consecutive pins on the RP2040:

  • R1, G1, B1, R2, G2, B2
  • ADDRA, ADDRB, ADDRC, ADDRD

hub75-pio-rs's People

Contributors

kjagiello avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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