U8g2_for_Adafruit_GFX icon indicating copy to clipboard operation
U8g2_for_Adafruit_GFX copied to clipboard

HUB75-MatrixPanel-DMA NOT SUPPORTED ?

Open bangguong84 opened this issue 1 year ago • 4 comments

CAN HELP ME TO WORK WITH THE LIBRARY https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA

bangguong84 avatar Jun 05 '23 13:06 bangguong84

Just use it...

olikraus avatar Jun 05 '23 14:06 olikraus

Just use it...

can you help me 1 example writing word "hello" using https://github.com/olikraus/U8g2_for_Adafruit_GFX via https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA Is that Okay? because i did it but it didn't work.

bangguong84 avatar Jun 06 '23 04:06 bangguong84

In the example, replace the constructor with the constructor for your matrix panel: https://github.com/olikraus/U8g2_for_Adafruit_GFX/blob/82d2b3eea866e7d40266672b41e5c8306ee97403/examples/Hello_Adafruit_SSD1306/Hello_Adafruit_SSD1306.ino#L18

olikraus avatar Jun 06 '23 09:06 olikraus

In the example, replace the constructor with the constructor for your matrix panel:

https://github.com/olikraus/U8g2_for_Adafruit_GFX/blob/82d2b3eea866e7d40266672b41e5c8306ee97403/examples/Hello_Adafruit_SSD1306/Hello_Adafruit_SSD1306.ino#L18

Thank you for the quick response, I did it! I have to install HUB75-MatrixPanel-DMA version 2.0.1 to run.

bangguong84 avatar Jun 06 '23 11:06 bangguong84