Skip to content

Commit b2cc77a

Browse files
committed
woops accidentally slowed down bitbang SPI
1 parent d5d6804 commit b2cc77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_SPITFT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#endif
1010
#include <SPI.h>
1111
#include "Adafruit_GFX.h"
12-
#include "Adafruit_SPITFT_Macros.h"
1312

1413
#define USE_FAST_PINIO
1514

@@ -25,6 +24,7 @@ typedef volatile uint32_t RwReg;
2524
#undefine USE_FAST_PINIO
2625
#endif
2726

27+
#include "Adafruit_SPITFT_Macros.h"
2828

2929
/// 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.
3030
class Adafruit_SPITFT : public Adafruit_GFX {

0 commit comments

Comments
 (0)