Hey everyone Today I am back with an interesting and easy project. In this post, you will learn about making your own customizable Arduino digital screensaver picture frame. Read on further to learn how to do this project. Hardware components needed for this project Arduino Uno 2.8" TFT Touch Shield for Arduino w/Capacitive Touch MicroSD card Software apps Arduino IDE Setup Schematic The connection is pretty simple if you are using an Arduino Uno: simply plug in the shield and you are ready to go. To use this board with the Arduino Leonardo, you have to solder three jumpers. Refer to this guide to learn how to connect your Adafruit TFT display with your favorite microcontroller: https://learn.adafruit.com/adafruit-2-8-tft-touch-shield-v2/connecting Code Before you start coding, you will have to download and install two libraries to use this TFT: Adafruit ILI9341 Library : contains the low-level code specific to this device Adafruit GFX Library : handles graphics operations co...
A gateway for innovative Arduino projects - Rucksikaa.R