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

Commit

Permalink
Merge pull request #71 from DoflamingoZK/patch-2
Browse files Browse the repository at this point in the history
Update m5stick-nemo.ino
  • Loading branch information
n0xa committed Jan 23, 2024
2 parents a6122cf + 0967ad8 commit 8d7755a
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 8d7755a

Please sign in to comment.