The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
1answer
11 views

arduino tft lcd program [on hold]

I have an arduino with mega 2560 and a 3.5" TFT LCD. I hardly try to find a code for it since I don't know how to write one. but all of the sources are written for arduino uno. can anyone give me a ...
-1
votes
1answer
19 views

Use a 2.8" TFT with my Leonardo

for 2.8" diagonal color touchscreen TFT: Readme states: "Works with any classic Arduino '328. Solder closed three jumpers to use the ICSP header for use with Leonardo or Mega" What should I solder? ...
1
vote
1answer
24 views

Connecting multiple TFT panels to Arduino Uno via SPI?

Is it possible to connect more than one TFT screen (like this one or similar: https://www.adafruit.com/products/1651) to an Arduino Uno? I'm wanting to connect and control two color screens at once; ...
0
votes
0answers
36 views

How to use 7" TFT LCD with 800*480 display with arduino Mega

I am using Arduino mega with 7" tft lcd with 800*480 display without touch screen ,and i used library example but text appeared on screen is mirror inverted,what is the solution for this ?
0
votes
0answers
149 views

Arduino Due and mcufriend 3.5" TFT LCD ( ili9488 )

I have the Due and the referenced LCD screen, and nothing I do gets it to work. I have tried ( at last count ) 5 different libraries and sketches to no avail. I have even downloaded the spec sheet ...
0
votes
1answer
27 views

I just bought a TFT screen is it still possible to use the serial port 1 and 0?

so I have a question regarding the TFT touch screen... I would like to use the serial ports 1 and 0 (on my UNO) to transmit data to my mega... however it take up those ports. on the back of it, it ...
1
vote
1answer
39 views

TFT screen to change sketches

I have an Uno + WiFi 101 thermometer and I'd like to be able to take it places and easily change WiFi network SSIDs and passwords. Can I use a TFT screen to make these changes to a sktech or am I ...
0
votes
1answer
602 views

ESP8266 Arduino 2.2inch ILI9341 TFT library

I recently got one TFT LCD from aliexpress which supports SPI and uses ILI9341. This is the one.TFT LCD I have the ESP8266 EspressoLite 1 board, and I am using ESP8266 Arduino. (https://github.com/...
0
votes
1answer
33 views

Connectivity of arduino pro mini with different modules

Can an arduino pro mini be used with an audio decoder, 2.8 inch tft touch screen and ethernet shield simultaneouly?
1
vote
0answers
15 views

Esplora: Connecting a 2-Wire Speaker to Arduino Esplora

I am currently trying to make a simple game system with my Arduino Esplora, however I have noticed something. The Arduino Esplora has no pins for a 2-pin speaker that I get from a RadioShack store (...
2
votes
1answer
26 views

Which tft works on both Arduino Uno and Raspberry pi

Ideally I'd like a 2.8 inch and it to be touch screen. But most of all I'd rather it work on both boards without much hassle.
1
vote
0answers
29 views

Looking for hardware - 3.5" TFT with capacitive touch

I'm looking for a 3.5" display (480x320) with a capacitive touch attached. Anyone have some experiences? I want to drive the display with 8bit. If there are existing libraries that would be highly ...
1
vote
3answers
696 views

How to dim background LEDs on TFT display with ILI9341

I have bought a 2.5" TFT shield online which is equipped with the ILI9341 controller and I need to dim the intensity of the background LEDs to match ambient light. This particular shield does not ...