Search found 6 matches
- Wed Apr 25, 2018 3:20 pm
- Forum: ESP-IDF
- Topic: Assembler for Mac
- Replies: 2
- Views: 4510
Re: Assembler for Mac
great thank you
- Tue Apr 17, 2018 12:27 pm
- Forum: ESP-IDF
- Topic: Assembler for Mac
- Replies: 2
- Views: 4510
Assembler for Mac
Is there an assembler for Mac that is compatible with the ESP32 ?
- Mon Jun 26, 2017 5:01 am
- Forum: ESP32 Arduino
- Topic: trying to connect to a ST7735 1.8" TFT display
- Replies: 6
- Views: 33636
Re: trying to connect to a ST7735 1.8" TFT display
I modified the User_Setup.h file of the TFT eSPI library and uncommented the following lines: #define ST7735_DRIVER #define TFT_WIDTH 128 #define TFT_HEIGHT 160 #define ST7735_INITB #define TFT_CS PIN_D5 // Chip select control pin #define TFT_DC PIN_D2 // Data Command control pin #define TFT_RST PIN...
- Sun Jun 25, 2017 9:31 pm
- Forum: ESP32 Arduino
- Topic: trying to connect to a ST7735 1.8" TFT display
- Replies: 6
- Views: 33636
Re: trying to connect to a ST7735 1.8" TFT display
from the library instruction: TFT side -------------------- ESP8266 - Vcc --> +3V3V(!!!!) - Gnd --> Gnd - CS --> D0 - RST --> D2 (optional) if not used tie to +3V3 or 4k7..10K to 3V3 (do NOT leave float!) - A0 -> D1 - SDA --> Mosi (D7) - SCK --> Sclk (D5) - LED --> Some display need a resistor (see ...
- Sun Jun 25, 2017 3:28 am
- Forum: ESP32 Arduino
- Topic: trying to connect to a ST7735 1.8" TFT display
- Replies: 6
- Views: 33636
trying to connect to a ST7735 1.8" TFT display
I am trying to connect to a ST7735 display using the following library: https://github.com/sumotoy/TFT_ILI9163C/tree/Pre-Release-1.0p7 I can't find wiring instruction for the ESP32 for the board I am using and I was wondering if anyone knows what pin should I use I have attached a pict of the board ...
- Mon Jun 19, 2017 6:52 pm
- Forum: ESP32 Arduino
- Topic: Oled display SSD1331
- Replies: 1
- Views: 6452
Oled display SSD1331
How do I make an SSD1331 work with an ESP32 dev board ?