Update A_config.h

I had to edit the file to be able to successfully use my SPI 1.3 display.
I added the word DEAUTHER_ and the value CS to (15).

Correct me if I'm wrong.
This commit is contained in:
TheMiguelBi
2018-04-07 20:56:43 +02:00
committed by GitHub
parent f50dba0112
commit 0bceede66e

View File

@@ -72,8 +72,8 @@
CS = GPIO 15 (D8) or GND CS = GPIO 15 (D8) or GND
SCK/SCL = GPIO 14 (D5) SCK/SCL = GPIO 14 (D5)
SDA/MOSI = GPIO 13 (D7) */ SDA/MOSI = GPIO 13 (D7) */
//#define DISPLAY SSD1306Spi display = SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI //#define DEAUTHER_DISPLAY SSD1306Spi display = SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI
//#define DISPLAY SH1106Spi display = SH1106Spi(5, 4); // for 1.3" OLED with SPI //#define DEAUTHER_DISPLAY SH1106Spi display = SH1106Spi(5, 4, 15); // for 1.3" OLED with SPI
//#define FLIP_DIPLAY // uncomment that to flip the display vertically //#define FLIP_DIPLAY // uncomment that to flip the display vertically
// ========================================================= // // ========================================================= //