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:
@ -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
|
||||
|
Reference in New Issue
Block a user