Skip to content

Option for ST7735 display driver#51

Open
derpicknicker1 wants to merge 3 commits intoEdzelf:masterfrom
derpicknicker1:master
Open

Option for ST7735 display driver#51
derpicknicker1 wants to merge 3 commits intoEdzelf:masterfrom
derpicknicker1:master

Conversation

@derpicknicker1
Copy link
Copy Markdown

Select display driver by a define

#define DISP [...]

Where [...] can be:

  • ILI9163C
  • ST7735 (more common)

Connections to the ESP32 are the same for both display types.
Install Adafruit_ST7735 library via library manager in the Arduino IDE.

FIX #46

Select display driver by a define

`#define DISP [...]`

Where `[...]` can be:
* `ILI9163C `
* `ST7735` _(more common)_

Connections to the ESP32 are the same for both display types.
Install Adafruit_ST7735 library via library manager in the Arduino IDE.

FIX Edzelf#46
The ST7735 display driver is now also mentioned in the documentation
@locki-cz
Copy link
Copy Markdown

locki-cz commented Jan 27, 2018

Awesome idea! Can it be meged to this awesome project? Edzelf please? :)

//edit works just missing in my initial setup:

preferences.putString ( "pin_tft_cs", "15" ) ;
preferences.putString ( "pin_tft_dc", "2" ) ;

This was referenced Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants