Jump to content

Need newb help with Arduino Due


Recommended Posts

I'm looking to add an arduino to control my dac.  I'm not worried so much about writing code as that's already done and proven to work for others.  This whole platform is new to me.  I can see that the initial scrpt or program is the .ino file and that will contain commands as well as references to libraries but I'm not sure how to put this altogether in Arduino IDE to upload it to the Arduino Due.


I purchased this display for the project
https://www.buydisplay.com/5-inch-tft-display-arduino-touch-shield-ssd1963-library-for-mega-due


There is a download with examples in it here
https://www.buydisplay.com/arduino/Libraries-Examples_ER-TFTM050-4.zip


I want to test the 480x272 demo.  I see the ino file and have downloaded the UTFT library and added it to Arduino IDE.


Do I open the ino file in sketch then include the UTFT library and complile then upload?  Or am I missing steps?

 

Link to comment
Share on other sites

I got the no touch test pattern on the 5" display to work.

For those that are new (myself included), here's what I did.  

Download the example file from buydisplay.com.  

Extract it and the copy the UTFT folder located in Libraries-Examples_ER-TFTM050-4\Libraries into the Libraries folder in the Arduino folder under My Documents (Windows).  

Open the .ino file located here Libraries-Examples_ER-TFTM050-4\Examples\No_Touch_GraphicTest

compile and upload the code

Remove the usb cable from the programming port

Assemble the shield, screen, and arduino together

Plug a 7-12 Vdc 1A or more power source into the power socket on the arduino board

It should display the test

screen test.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.