M5StickCPlus Arduino Library - for external TFT_eSPI lib
active 2023-08-16 → 2026-04-26 (UTC)
Activity over time
Daily event counts in the loaded window
Line chart, 985 days from 2023-08-16 to 2026-04-26. Pushes: 13 total, peak 3 in a day. Pull requests: 6 total, peak 2 in a day. Issues: 19 total, peak 5 in a day. Comments: 27 total, peak 6 in a day. Stars: 154 total, peak 2 in a day.
- Pushes
- Pull requests
- Issues
- Comments
- Stars
Stars, PRs, issues and forks are under-captured in the later part of this window. GH Archive progressively stopped capturing non-push events during 2026 — −95% or worse by the end of the window. Every series here except Pushes fades for that reason, so a decline above reflects the archive, not this repository. Pushes stay reliable throughout, so read them, and the contributor counts derived from them, as the real signal. Data health has the measurements.
Top contributors
Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity
| Contributor | Contributions | Pushes | PRs | Comments |
|---|---|---|---|---|
| Tinyu-Zhao | 24 | 6 | 3 | 10 |
| Gitshaoxiang | 7 | 6 | 0 | 1 |
| klausman | 5 | 0 | 0 | 3 |
| sylque | 5 | 0 | 0 | 3 |
| xcs011 | 5 | 0 | 1 | 2 |
| ariel334375 | 4 | 0 | 0 | 3 |
| xlla | 2 | 0 | 0 | 2 |
| linxcow | 2 | 0 | 0 | 1 |
| fanick1 | 1 | 0 | 0 | 1 |
| imliubo | 1 | 1 | 0 | 0 |
| 2lag | 1 | 0 | 0 | 0 |
| MDAR | 1 | 0 | 0 | 0 |
| ralphjy | 1 | 0 | 0 | 0 |
| xyb | 1 | 0 | 1 | 0 |
| crazyquark | 1 | 0 | 1 | 0 |
| kyle-wendling | 1 | 0 | 0 | 0 |
| piaoxuebingfeng | 1 | 0 | 0 | 0 |
| Harrison-Xu | 1 | 0 | 0 | 0 |
| gaodianzhuo | 1 | 0 | 0 | 1 |
Recent activity
Latest issues, pull requests and releases
- Issue#62Harrison-Xu2025-12-26 05:28#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- ReleaseTinyu-Zhao2025-02-17 01:260.1.1
- Issue#63Tinyu-Zhao2025-02-17 01:22Version 0.1.0 is broken why hasn't the updated code been released so that it can be installed with the Library Manager?
- ReleaseTinyu-Zhao2025-02-17 01:180.1.1
- Issue#63ralphjy2025-02-14 22:34Version 0.1.0 is broken why hasn't the updated code been released so that it can be installed with the Library Manager?
- Issue comment#62ariel3343752025-01-03 10:59#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- Issue comment#62Tinyu-Zhao2025-01-03 04:13#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- Issue comment#62ariel3343752025-01-03 02:46#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- Issue comment#62ariel3343752025-01-03 02:45#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- Issue comment#62Tinyu-Zhao2025-01-03 01:21#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- Issue#62ariel3343752025-01-02 13:11#include <M5StickC.h> // ספרייה למכשיר M5StickC int ledPin = 10; // הפין שאליו מחובר ה-LED int buttonPin = 0; // הפין שאליו מחובר כפתור void setup() { M5.begin(); // אתחול ה-M5StickC pinMode(ledPin, OUTPUT); // קביעת הפין כיציאה pinMode(buttonPin, INPUT_PULLUP); // קביעת הפין כקלט עם התנגדות פנימית } void loop() { M5.update(); // עדכון מצב הכפתורים if (digitalRead(buttonP
- Pull request#61Tinyu-Zhao2024-08-23 03:11
- Issue comment#61Tinyu-Zhao2024-08-23 03:10Fixed Arduino Compile Errors
- Issue comment#61xcs0112024-08-22 01:38Fixed Arduino Compile Errors
- Issue comment#60xcs0112024-08-17 03:09M5StackCPlus Failure to Compile
- Issue#60xcs0112024-08-17 03:09M5StackCPlus Failure to Compile
- Pull request#61xcs0112024-08-17 03:08
- Issue#60xcs0112024-08-17 01:13M5StackCPlus Failure to Compile
- Issue comment#58gaodianzhuo2024-08-16 10:40M5StickCPlus example compile error
- Issue comment#57Tinyu-Zhao2024-07-04 09:01Black display when using setcursor() even when changing fontsizes from 1 to 7
- Issue comment#59klausman2024-06-29 11:31Can't compile the examples, not even Hello World
- Issue#59klausman2024-06-29 11:31Can't compile the examples, not even Hello World
- Issue comment#59klausman2024-06-29 11:31Can't compile the examples, not even Hello World
- Issue comment#59klausman2024-06-28 13:59Can't compile the examples, not even Hello World
- Issue#59klausman2024-06-28 13:58Can't compile the examples, not even Hello World
Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 154 stars here means stars gained during the window, not the repo's star count.