High-performance DMA-based driver for HUB75 RGB LED matrix panels, supporting ESP32, ESP32-S2, ESP32-S3, ESP32-C6, and ESP32-P4. Requires ESP-IDF 4.4.8+ (ESP32-C6/P4 require 5.1+). Tested with 4.4.8, ...
├── options.html # Options page entry ├── src/ # Popup UI │ ├── App.tsx │ ├── background.ts # Service worker (background) │ ├── main.tsx │ └── options.tsx # Options UI ├── content-script/ # Content ...