-
I read through #10 but it does not solve.
I tried to connect to my home WiFi (network band on 2.4 GHz) with Arduino Idle 1.18.19
The Wifi.status() returned 3 (WL_CONNECTED) while Wifi.begin() re…
-
Ich habe die Software auf einen M5StickCPlus geflasht. Beim durchlaufen des Setups habe ich das WLAN Passwort gesetzt und die IP des Atems. Danahc hängt der M5 sich im Schritt 1.7 auf. Laut Serial Mon…
-
## Bug report
**Problem**
The demo for the NightDriverStrip doesn't appear to work for the M5StickCPlus. The M5StickCPlus, when properly programmed, should have the demo LED sequence played.
…
-
I have an error when compile the sckech for a esp32c3 .
I have this lines in platformio.ini:
[env:ESP32C3]
extends = oled_common
board = esp32c3
platform = https://github.com/platformio/platfor…
-
If a chip module like the M5StickCPlus includes an SPI RAM package (PSRAM), we should allocate the video buffers preferentially out of that memory instead (except where DMA might be needed in the futu…
-
Hey, thanks for the library!
Just a note, in https://github.com/nopnop2002/esp-idf-m5stickC-Plus/blob/main/main/main.c#L31 you have
```c
#define CONFIG_BL_GPIO 32
```
which ends up getting …
-
Hi, I would like to know if there is a way to duplicate the same image that shows on the M5StickC PLUS screen to LCD Screen Unit 1.14
-
Hello. @tanakamasayuki san. Is this repository active?
Thank you for your contribution to library.
I have created an efont wrapper class for ESP32 to input your BDF font Library into the [Adafruit…
-
First off, using and ESP32 (M5 Stick C and M5 Stick C Plus)...
I'm working on trying to port/convert this project to work natively with the M5 Stick devices, and other than the connection issues, i…
-
I have an odd issue with a M5StickC Plus ESP32 device. Apparently there is some strange incompatibility between homeSpan and the M5 AXP192 code that returns the battery and bus voltages. It took me ab…