How did you manage to use M5.Axp.SetSleep()?
I have the latest library installed (0.0.5) in Arduino, included AXP192.h
and I get the error:
'class AXP192' has no member named 'SetSleep'
What am I missing?
Note: using M5StickC
How did you manage to use M5.Axp.SetSleep()?
I have the latest library installed (0.0.5) in Arduino, included AXP192.h
and I get the error:
'class AXP192' has no member named 'SetSleep'
What am I missing?
Note: using M5StickC
@florian5442 You're right but I guess the difference is too small to measure.
The official docs say that the lowest setting is 7 but clearly that is not 100% correct:
brightness TFT backlight brightness (range: 7~15)
@florian5442 Thanks!
I did some measurements with an all white background and it seems M5.Axp.ScreenBreath(7) and lower are the same:
Hi!
What is the correct way to turn the screen off in M5StickC? Is this code enough?
M5.Lcd.fillScreen(TFT_BLACK);
M5.Axp.ScreenBreath(7);
Thanks!
I have a M5StickC and would like to put the IR Transmitter in "learn mode", like a universal remote controller.
Does the hardware support this? If so, how can I activate learn mode using Arduino and/or MicroPython?
Thanks in advance!