m5stack / M5StickC

M5StickC Arduino Library
MIT License
477 stars 222 forks source link

AXP192: Add posisbility to keep LDO2&LDO3 disabled in begin(...) #79

Closed charno closed 4 years ago

charno commented 4 years ago

This is to prevent the screen from flickering in Axp.begin(), when directly afterwards calling Axp.SetLDO2(false) and Axp.SetLDO3(false).

The two parameters are with default values which keep the existing behaviour, so no change in existing code.