Closed tuck9117 closed 2 months ago
Did you install the library? You can use the IDE library manager.
Yes I installed the library through the ide, so far I've ran into this issue with this library as well as the Adafruit_GFX.h library as well but when I check the files the .h for both are right there.
On Sun, Jul 28, 2024, 9:30 PM Marco Colli @.***> wrote:
Did you install the library? You can use the IDE library manager.
— Reply to this email directly, view it on GitHub https://github.com/MajicDesigns/MD_Parola/issues/130#issuecomment-2254920823, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6LDSURD5AMLDS7ZWRGJOTZOXAM5AVCNFSM6AAAAABLSSGI2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUHEZDAOBSGM . You are receiving this because you authored the thread.Message ID: @.***>
I have seen this type of error when the ibrary has been installed in more than one place. Is this a possible problem? Use the Windows Search to see if the file is reported more than once.
Alternatively you can also try reinstalling the IDE.
Unfortunately I've already tried reinstalling. But I will do a search to see if it appears in multiple places
On Mon, Jul 29, 2024, 3:07 PM Marco Colli @.***> wrote:
I have seen this type of error when the ibrary has been installed in more than one place. Is this a possible problem? Use the Windows Search to see if the file is reported more than once.
Alternatively you can also try reinstalling the IDE.
— Reply to this email directly, view it on GitHub https://github.com/MajicDesigns/MD_Parola/issues/130#issuecomment-2257092601, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6LDSVO2LWZYIWDF4AZVHTZO24LFAVCNFSM6AAAAABLSSGI2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXGA4TENRQGE . You are receiving this because you authored the thread.Message ID: @.***>
IMPORTANT
Before submitting this issue [ ] Have you tried using the latest version of the library? [ ] Have you checked this has not already been submitted and/or resolved? [ ] If you are requesting help a better choice may be the Arduino forum
Subject of the issue
Describe your issue here. When compiling I receive an error for that " 'MD_Parola.h' not found" after it is already included at the top of the program
Your Environment
Library Version: Arduino IDE version: Host OS and Version: CPU Hardware model/type:
Steps to Reproduce
Explain how to reproduce this issue. Please provide working code below to demonstrate the issue.
Expected Behaviour
Explain what should happen.
Actual Behaviour
Explain what happens instead. Provide log messages if relevant.
Code Demonstrating the Issue