Created Fri, 21 Mar 2014 05:55:32 +0000 by gauchimax
Fri, 21 Mar 2014 05:55:32 +0000
I'm new to arduino programming. I want to know how to compile the library in mpide UTFT with chipKIT Uno32. When trying to compile this error:
In file included from UTFT.cpp:38:0: /UTFT.h:160:46: fatal error: hardware/pic32/HW_PIC32_defines.h: No such file or directory compilation terminated.
Thanks for helping. Greetings.
Link Library: http://henningkarlsen.com/electronics/library.php?id=51
Fri, 21 Mar 2014 09:32:53 +0000
My guess is you haven't installed the library properly.
What operating system are you using?
Sat, 22 Mar 2014 22:05:33 +0000
thanks for replying. I could compile changing routes of the library but nothing is observed on the screen.
Please helpme because nothing is observed on the screen. I guess it's pin settings
My probe code is attached. I'm new with Arduino.
Tanks!
Sat, 22 Mar 2014 22:36:01 +0000
I think you've got yourself into a mess with the library. You don't include the library in with the sketch, but extract all the library files into a folder called "libraries" in your sketchbook.
Take a look at this good reference: [url]http://arduino.cc/en/Guide/Libraries[/url] (scroll down to "Manual Installation").