Helllo, i've got a tft st7735 display i want to make a project that has menu and other functions in this menu. but Is there any libraries that can help me with making it? The size of the lcd is 1.44" And can anyone help me with connecting this tft display to wemos d1 mini?
This is pinout

I need the AO line in wemos open i cant connect it
What's the problem? Google had the answers.
You hook up the D1 mini's MOSI pin to SDA, SCLK to SCLK (and if you're unsure which ones they are you google d1 mini pinout and check), and then choose whatever pins (within reason) are available for CS, A0 (aka DC) and RESET.
And if you're unsure what pins are safe to use, you google esp8266 which pins to use and you go right to Random Nerd Tutorials: ESP8266 Pinout Reference to check.
You use any convenient library for the ST7735, such as Adafruit ST7735 library or GFX Library for Arduino and away you go.
All this information was waiting for you with a few Google searches.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
