my ide does the same thing .
where do get the information as to where the ide keeps *.h files .
because it does not look in ./ ; ( present directory -- exactly same folder )
i have tried the dropdown include file ..
not getting the *.h files included kinda makes the IDE useless , when you consider that inventing is plain and simple
stapling pages to on to each other till it is a book.
what folder do i putthem in ?
/home/pat/AArduodo/TouchScreenMenu_v1.2/TouchScreenMenu/examples/TouchScreenMenuTest/TouchScreenMenuTest.ino:25:29: fatal error: TouchScreenMenu.h: No such file or directory #include <TouchScreenMenu.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
file is in same folder as sketch -- it is also included ?
Quick poking around Google and GitHub suggests that the name is ArialRoundedMtBold_14.h (Mt instead of MT).
(And to confuse matters more, the 36 size in the same repository has MT.)
oqibidipo:
Quick poking around Google and GitHub suggests that the name is ArialRoundedMtBold_14.h (Mt instead of MT).
(And to confuse matters more, the 36 size in the same repository has MT.)
Thank you that solved my issue,i struggled 2 days with this silly typo,but somehow windows version of arduino doesn't give any error.
However, none of them appear to match the repository name expected from the error you posted (WeatherStation). If you will post a link to where you found this code I'll go ahead and submit a fix there as well to prevent anyone else having this problem in the future.