Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for ST7735 display driver #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

derpicknicker1
Copy link

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

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