SOLVED
So i have the code below
#define cs 10
#define dc 9
#define res 8
#define BLACK 0x0000
#define RED2RED 0
#define GREEN2GREEN 1
#define BLUE2BLUE 2
#define BLUE2RED 3
#define GREEN2RED 4
#define RED2GREEN 5
#include <Adafruit_GFX_AS.h>
#include <Adafruit_ST7735.h>
#include <Adafruit_ILI9341_AS.h>
#include <SPI.h>
#define ILI9341_GREY 0x2104
Adafruit_ST7735 tft = Adafruit_ST7735(cs, dc, res);
//--------------------]
// dht----------------[
#include <DHT.h> //Libraria senzorului
#define DHTPIN 7
#define DHTTYPE DHT22
The easier you make it to read and copy the code the more likely it is that you will get help
Please follow the advice given in the link below when posting code , use code tags and post the code here
Hello,
Welcome to the Arduino Forum.
This guide explains how to get the best out of this forum. Please read and follow the instructions below.
Being new here you might think this is having rules for the sake of rules, but that is not the case. If you don’t follow the guidelines all that happens is there is a long exchange of posts while we try to get you to tell us what we need in order to help you, which is frustrating for you and frustrating for us.
The people who try to help with your pro…
@mike251098 , your topic was moved to a more suitable location on the forum. I have no idea why you thought that this relates to avrdude or boot loader.
After reading post #2 , please edit your post and apply the code tags.
Hi,
Welcome to the forum.
Please read the post at the start of any forum , entitled "How to use this Forum".
Hello,
Welcome to the Arduino Forum.
This guide explains how to get the best out of this forum. Please read and follow the instructions below.
Being new here you might think this is having rules for the sake of rules, but that is not the case. If you don’t follow the guidelines all that happens is there is a long exchange of posts while we try to get you to tell us what we need in order to help you, which is frustrating for you and frustrating for us.
The people who try to help with your pro…
Did you write the code yourself?
If not where did you get it?
What TFT screen are you using?
What model Arduino are you using?
Thanks.. Tom...
system
Closed
September 18, 2021, 12:18pm
5
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.