Skip to content

Commit

Permalink
adafruid 5206 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Dec 7, 2023
1 parent 327e430 commit cbf4210
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions display/spidisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,9 @@ using SPIDisplay_DFRobot096 = SPIDisplay77XX<
>;


// Untested
template<int LAYERS,
class CONFIG = DisplayConfig<0, InsetT<0,0,20,20>>,
class SA = StandardDisplayAdapter<>>
class SA = CSDisplayAdapter<blade4Pin>>
using SPIDisplay_AdaFruit5206 = SPIDisplay77XX<
LAYERS,
CONFIG,
Expand Down

0 comments on commit cbf4210

Please sign in to comment.