FERMIN
FERMIN
Arduino 2.0 does not support SPIFFS Upload
> AMOLED normally has no light after adjusting the brightness to 0. Try adjusting the brightness to 0 directly. > > ``` > amoled.setBrightness(0) > ``` View link of my...
Sorry. I couldn't explain myself. For RTC, I used another library extracted from code for Tab5. The problem is that when using Wire.begin(), the touch stops working. Supposedly, if the...
> When using `m5::In_I2C` (the `m5::I2C_Class` singleton shared with touch), you don't need to use `Wire.begin()` because `M5.begin()` already took care of that when init'ing the display and touch. >...
> [v0.2.9](https://github.com/m5stack/M5Unified/releases/tag/0.2.9) now implements a RTC driver for Tab5 `RX8563_Class`, the interesting types and functions have been moved into a RTC base class and are now inherited by two RTC...
Arduino IDE 2.3.6. Latest M5Unified and M5GFX. Latest M5stack board manager. and RTC example include in m5unified.
Now works fine!