Compare commits

..

2 Commits

Author SHA1 Message Date
Noah Axon f21030ba0f Merge branch 'develop' 2024-01-16 19:09:14 -06:00
Noah Axon e581cabf79 Disable fishy for stickc plus for now 2024-01-10 22:41:15 -06:00
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ 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)
// #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