I bought the screen in the link. Buy 1.8 inch Oled Arduino TFT LCD Display Module with affordable price - Direnc.net®
I am using TFT library and the display text example of it to test it. I used different sketches too but none of them worked. TFT/TFTDisplayText.ino at master · arduino-libraries/TFT · GitHub
I am connecting vdd to 3.3v ground to ground scl to 13 Sda to 11 cs to 10 rs to 8 dc to 9. I am using Arduino UNO. My screen lights white when ı give power, but code does not work.
I just bought this screen. I would really appreciate help.
-
Make sure you are using the correct library for your display module.The library you mentioned (TFT) is for a different chipset (ST7735R) than the one you bought (SSD1306). You may need to use a library like Adafruit_SSD1306 instead.
-
Make sure you are using the correct pins for SPI communication. The pins you mentioned (SCL to 13 and SDA to 11) are for Arduino Uno, but if you are using a different board, you may need to change them.
-
Make sure you are using the correct voltage for your display module. The module you bought supports both 3.3V and 5V, but some modules may only work with 3.3V.
You can try to connect VDD to 3.3V instead of 5V and see if that makes a difference.
I hope this helps you solve your problem. If not, please let me know and I’ll try to find more information for you.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.