You must log in or register to comment.
MJPEG decoders compared (ESP32)
https://www.atomic14.com/2023/09/30/a-faster-esp32-jpeg-decoder
Everything You Didn’t Want to Know About RGB Matrix Panels logic
Driving a Hub75 RGB LED Panel #explanation
ESP32-HUB75-MatrixPanel-DMA
- LED/DMA library: https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA
- discussion: https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/discussions/155
- Use level shifter HCT245 : https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/issues/35
Bitluni Brings All the ESP-32 Multimedia Hacks to Supercon ( i2S and DMA intro )
Arduino UNO Based HUB75 LED DISPLAY DRIVER
https://www.instructables.com/Arduino-UNO-Based-HUB75-LED-DISPLAY-DRIVER/
RP2040 Hub75 driver : hub75-pio-rs (rust RP2040)
Joy-it RB-MatrixCtrl Controller HAT voor LED-Matrix-module RB-MatrixCtrl (Raspberry Pi)
LED Panels - An Introduction (Part 2). 2023 - Controllers.
STM32Duino library for RGB, Monochrome and Two-color led matrix panels (STM32, RP2040)
ESP32 driving a large RGB panel( HUB75 )
- video: https://www.youtube.com/watch?v=q3o826CNeUY
- video: https://www.youtube.com/watch?v=xRGZkkkexEc
- creators forum: https://cicciocb.com/annex32help/V1.518/#HUB75 Matrix Displays - DMAMATRI[18] X
- used LED/DMA library: https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA
ESP32 streaming webcam to LED panel using BLE & WS2812
Casting to your device
- Linux / RPI
- MiraCast / LazyCast / MiracleCast
- RPiPlay, PiCast, MiracleCast, Kodi, VNC, GnomeCast
- ESP32
WiFi Screen Receiver Using MakePython ESP32 Color LCD (ESP32)
https://www.hackster.io/H0meMadeGarbage/wifi-screen-receiver-using-makepython-esp32-color-lcd-160c11
- Linux / RPI
ESP32 Audio DMA Settings Explained - dma_buf_len and dma_buf_count
https://www.youtube.com/watch?v=ejyt-kWmys8
ESP32 LCD/Camera Mode. (Source:ESP32 documentation)
LCD/Camera mode is only supported on I2S0 over a parallel bus. For LCD mode, I2S0 should work at master TX mode. For camera mode, I2S0 should work at slave RX mode. These two modes are not implemented by the I2S driver. Please refer to LCD for details about the LCD implementation. For more information, see ESP32 Technical Reference Manual > I2S Controller (I2S) > LCD Mode [PDF Pg 323 “12.5 Camera-LCD Controller”].
- “[ESP32-S2] How do I use the I2S to control a 8-bit parallel LCD? (IDFGH-3242)” i2s_parallel_pin_config_t https://github.com/espressif/esp-idf/issues/5238
DMD_STM32 - Arduino STM32 Matrix Panel Library - Comprehensive info! (STM32, RP2040)
Mysterious LED matrix drivers – chipone ICN20xx datasheets?