Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Update m5stick-nemo.ino #71

Merged
merged 3 commits into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions m5stick-nemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -477,7 +478,7 @@ MENU smenu[] = {
{ TXT_SET_CLOCK, 3},
#endif
#if defined(ROTATION)
{ XT_ROTATION, 7},
{ TXT_ROTATION, 7},
#endif
{ TXT_ABOUT, 10},
{ TXT_REBOOT, 98},
Expand Down