-
Notifications
You must be signed in to change notification settings - Fork 90
Description
@indrekluuk
I tried to use this and sourced the materials but my display is different from the video tutorial, The one I've been using is the 1.8 inch Full Color 128x160 SPI Full Color TFT LCD Display Module ST7735S 3.3V Replace OLED Power Supply for Arduino DIY KIT
https://shopee.ph/1.8-inch-Full-Color-128x160-SPI-Full-Color-TFT-LCD-Display-Module-ST7735S-3.3V-Replace-OLED-Power-Supply-for-Arduino-DIY-KIT-i.310237530.4753023774
so I tried the wirings and it just flashes white and I tried it again and again. I didn't modify the code so I connected it like this
1 GND Soil - GND
2 VDC Power 3.3 V - 3.3V
3 SCL Series watch pin - Pin 13
4 SDA Data Entry Series - Pin 11
5 RES LCM Reset pin - Pin 10
This pin is resetting the signal input. When the pin is low, the initialization of the chip is
Executed! Keep this bolt high during normal operation.
6 DC Data / Control - Pin 8
7 CS Chip, select - Pin 9
8 BLK Control pin background - 3.3V
I added some code to the Example == 2 which detects plant health. What can I do to fix this, do I need to modify the code?

