VGottselig / ESP32-RGB-Matrix-Display

Apache License 2.0
64 stars 13 forks source link

Fixes for running with other libraries #8

Closed fcjr closed 6 years ago

fcjr commented 6 years ago

Hi @VGottselig, thanks for your work on this library! It has been a great resource for a few projects of mine. A few issues I ran into early on were issues with running this library concurrently with other libraries such as the WiFi library, which would cause the device to hang or crash. Commit 2faf18a fixes this issue for me and should fix #6 if I understand the issue that @polygontwist is having correctly.

Other minor changes I have made include wrapping the .h file in an ifndef directive so that it does not get linked twice as well as updating the path for the demo file so that it appears in the Arduino IDE properly.

Let me know if you have any issues with the changes that I've made!

DiegoVGFB commented 5 years ago

Hi, whit changes where I can use de wifi conection?

fcjr commented 5 years ago

Hi, whit changes where I can use de wifi conection?

@DiegoVGFB I'm not 100% sure what you are asking here. Are you asking if this library can be run while using WiFi? If so I can confirm that I am using this library for a few projects that also require WiFi. If you are having any trouble getting this working and have a specific issue you are running into feel free to post it (preferably in a new issue) and I will try to help you out.