Zahid Shah

Results 34 comments of Zahid Shah
trafficstars

i have the same panel and the D pin is next to the C pin and is for some reason labelled as ground, it works with the library without any...

Thanks for your help doing it in void ShowGIF(char *name) didnt seem to work like mrfaptastic suggested so i did it like this and it seemed to work I did...

reopening this issue as i noticed an issue the text seems to flicker (slight but noticeable) for some reason, so is there some other way to do it, as my...

> Use double buffering yes i am going to do that, as far as i understand i have to play the gif normally and then use display->flipDMABuffer() and then print...

so i did as you suggested and the gif lags like hell with this (my usage of this function is probably wrong) so then i tried a) flipDMABuffer b) print...

i honestly ain't sure how to use it correctly, since flipping the buffer always causes major slowdowns for me here is the code i am trying to use it for,...

so i managed to get a video of the issue, i had to add a delay after the draw function so that it could be slow enough to capture, irl...

yes it seems like so, according to bitbank2 The concept is very simple - as you decode each line, draw the pixels of the text which should appear on that...

Sure, appreciate it. Here ya go [test_firmware.zip](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/files/11358540/test_firmware.zip)

Idk about Bluetooth but I did the same with WIFI, by using an ASYNC webserver to send gif files to the spiff and play them. here it is if you...