sbelyo Posted November 13, 2020 Report Posted November 13, 2020 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?
sbelyo Posted November 14, 2020 Author Report Posted November 14, 2020 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now