Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Jan 23, 2024
1 parent 6992a31 commit 89b19e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions libs/st7735/jddisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
#define __JDDISPLAY_H

#include "pxt.h"

#include "Pin.h"
#define PinCompat codal::Pin

#include "jdprotocol.h"
#include "arcadegamepad.h"
#include "indexedscreen.h"
#include "arcadesound.h"

#include "Pin.h"
#define PinCompat codal::Pin

namespace pxt {

class JDDisplay {
Expand Down
7 changes: 4 additions & 3 deletions libs/st7735/screen.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#include "pxt.h"

#include "Pin.h"
#define PinCompat codal::Pin

#include "ST7735.h"
#include "ILI9341.h"

// #include "Pin.h"
// #define PinCompat codal::Pin

#include "SPIScreenIO.h"

#include "jddisplay.h"
Expand Down

0 comments on commit 89b19e0

Please sign in to comment.