1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

rework Adafruit_ILI9341 complete now uses the new SPI implementation

tested with example graphicstest_esp8266

add missing define to SPI.h
This commit is contained in:
Markus Sattler
2015-05-08 14:45:47 +02:00
parent e1b8017762
commit 5cbcd1da3c
19 changed files with 2 additions and 3570 deletions

View File

@ -24,6 +24,8 @@
#include <Arduino.h>
#include <stdlib.h>
#define SPI_HAS_TRANSACTION
// This defines are not representing the real Divider of the ESP8266
// the Defines match to an AVR Arduino on 16MHz for better compatibility
#if F_CPU == 80000000L