driver-64x64-pixel-matrix 0.2.1

HUB75 RGB LED matrix driver for ESP32 (64x64, 1/32 scan)
Documentation
1
2
3
4
5
6
7
#![no_std]

pub mod framebuffer;
pub mod hub75;

pub use framebuffer::{display_frame, PixelMap, Rgb565};
pub use hub75::Hub75Pins;