Skip to content

Commit

Permalink
woops accidentally slowed down bitbang SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jul 15, 2018
1 parent d5d6804 commit b2cc77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_SPITFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#endif
#include <SPI.h>
#include "Adafruit_GFX.h"
#include "Adafruit_SPITFT_Macros.h"

#define USE_FAST_PINIO

Expand All @@ -25,6 +24,7 @@ typedef volatile uint32_t RwReg;
#undefine USE_FAST_PINIO
#endif

#include "Adafruit_SPITFT_Macros.h"

/// A heavily optimized SPI display subclass of GFX. Manages SPI bitbanging, transactions, DMA, etc! Despite being called SPITFT, the classic SPI data/command interface is also used by OLEDs.
class Adafruit_SPITFT : public Adafruit_GFX {
Expand Down

0 comments on commit b2cc77a

Please sign in to comment.