Skip to content

Commit

Permalink
Fixes SSD1351 on Metro M4
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Jul 30, 2019
1 parent d3a4359 commit 7d677a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Adafruit_SSD1351.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#define SPI_DEFAULT_FREQ 16000000 ///< ARC32 SPI default frequency
#elif defined (__AVR__) || defined(TEENSYDUINO)
#define SPI_DEFAULT_FREQ 8000000 ///< AVR SPI default frequency
#elif defined(__SAMD51__)
#define SPI_DEFAULT_FREQ 12000000 ///< M4 SPI default frequency
#elif defined(ESP8266) || defined (ARDUINO_MAXIM)
#define SPI_DEFAULT_FREQ 16000000 ///< ESP8266 SPI default frequency
#elif defined(ESP32)
Expand Down

0 comments on commit 7d677a9

Please sign in to comment.