Rop Gonggrijp
Rop Gonggrijp
Hi Mika, * I ported some [additions](https://github.com/usedbytes/axp192) @usedbytes made on an older fork to the current API version: * Add voltage rail configuration and register access functions * Add IRQ...
Hey there... I was trying to see if things "just work" and am having some issues... I took my Core2ez library and replaced occurrences of `M5Core.h` with `ESP32-Chimera-Core.h`. That gave...
* Deutsche Version von covid-at-home.info hinzugefügt * The official WHO name is COVID-19, all caps...
> This is a subset of the M5Core2 update but (obviously) without M5Touch. Support for Touch in M5Button is behind an `#ifdef` and is not compiled. The affected files `M5Display.*`,...
I know nobody ever deinits a screen, but I just did: ```python >>> disp.deinit() Deinitializing ILI9341.. Traceback (most recent call last): File "", line 1, in File "ili9XXX.py", line 246,...
From `esp-adf/components/esp_peripherals/lib/sdcard/sdcard.c`: ```c #define PIN_NUM_MISO 2 #define PIN_NUM_MOSI 15 #define PIN_NUM_CLK 14 #define PIN_NUM_CS 13 ``` See [here](https://github.com/ropg/m5core2_adf#sd-card-spi-pins) for more information.
`components/audio_stream/i2s_stream.c` hardcodes: ```c i2s_mclk_gpio_select(i2s->config.i2s_port, GPIO_NUM_0); ``` Some boards have no use for this signal or, worse, use this pin for something that does not like to get MCLK there instead....
Malware today often tests if it's running in a virtual machine or if debugging software like IDA-Pro is installed, and makes sure to not do anything suspicious or even destroy...
I connect with Arduino 1.8.13 on MacOS Mojave 10.14.6 to an M5Stack Core2 ESP32 device. With the Serial Monitor open, if there is no data out of the M5Stack for...
Hi Brian, I took this project and carried on where I found it, fixing some of the problems you had signalled. I think I turned it into the start of...