M5Core-Ink icon indicating copy to clipboard operation
M5Core-Ink copied to clipboard

M5Stack CoreInk Arduino Library

Results 9 M5Core-Ink issues
Sort by recently updated
recently updated
newest added

Hello everyone, what takes so long to switch on? the power button switches the dc dc converters on directly. do they take so long to start?

#4 #8 #2 Deepsleep is not working probably. Waking up always after 3 seconds.

We have a issue, when I try to use different Gfx library for eInk handling via SPI, the M5-CoreInk library don't disable completely the SPI calls, in this little pull...

for time-only setAlarmIRQ, ignore date conditions based on BM8563 datasheet

![image](https://user-images.githubusercontent.com/984831/138355348-82e0c0a9-0b44-4887-ac08-cb04c7802b4c.png)

I was having issues getting deep sleep to work using the battery (no usb power) and the regular esp functions `esp_deep_sleep_start` and `esp_sleep_enable_timer_wakeup()`. When I realized it had a bat...

The shutdown function that takes the seconds parameter does not seem to work. The M5CoreInk wakes up after 2-3 sec. no matter what the chosen seconds value was

Hello, When I try to compile RTC_WakeUp.ino code from examples in Arduino IDE , I got this error: 'class M5CoreInk' has no member named 'shutdown' What can I do ?...