Disable fishy for stickc plus for now
This commit is contained in:
parent
752cc40697
commit
e581cabf79
|
@ -36,7 +36,8 @@ String buildver="2.3.3";
|
|||
#define DISP M5.Lcd
|
||||
#define IRLED 9
|
||||
#define SPEAKER M5.Beep
|
||||
#define BITMAP M5.Lcd.drawBitmap(0, 0, 320, 240, NEMOMatrix)
|
||||
// #define BITMAP M5.Lcd.drawBitmap(0, 0, 320, 240, NEMOMatrix) // This doesn't work, generates static.
|
||||
#define BITMAP Serial.println("unsupported")
|
||||
#define SD_CLK_PIN 0
|
||||
#define SD_MISO_PIN 36
|
||||
#define SD_MOSI_PIN 26
|
||||
|
|
Loading…
Reference in New Issue