Compare commits
No commits in common. "main" and "develop" have entirely different histories.
|
@ -36,8 +36,7 @@ String buildver="2.3.4";
|
|||
#define DISP M5.Lcd
|
||||
#define IRLED 9
|
||||
#define SPEAKER M5.Beep
|
||||
// #define BITMAP M5.Lcd.drawBitmap(0, 0, 320, 240, NEMOMatrix) // This doesn't work, generates static.
|
||||
#define BITMAP Serial.println("unsupported")
|
||||
#define BITMAP M5.Lcd.drawBitmap(0, 0, 320, 240, NEMOMatrix)
|
||||
#define SD_CLK_PIN 0
|
||||
#define SD_MISO_PIN 36
|
||||
#define SD_MOSI_PIN 26
|
||||
|
|
Loading…
Reference in New Issue