Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.47 KB

esp-hub75

Drive HUB75 displays from ESP32 series SOCs.

All implementations use DMA where supported.

  • - documentation!
  • - LCD peripheral (async) for: esp32s3
    • - sync support for LCD peripheral
  • - I2S peripheral in LCD mode: esp32
  • - PARL_IO peripheral: esp32c6
    • - sync support for PARL_IO peripheral

Notes

  • To drive HUB75 displays reliably you need a level converter between the GPIOs and the HUB75!

Examples

Will display a red/green/blue gradient on the top 24 lines and some rendering and refresh stats at the bottom. Expects a 64x64 matrix.

Will display a red/green/blue gradient on the top 24 lines and some rendering and refresh stats at the bottom. Expects a 64x64 matrix.

Will display a red/green/blue gradient on the top 24 lines and some rendering and refresh stats at the bottom. Expects a 64x64 matrix.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.