-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 Add lcd sleep command (IDFGH-11203) #12370
Conversation
👋 Welcome AndreaGreco, thank you for your first contribution to 📘 Please check Contributions Guide for the contribution checklist, information regarding code and documentation style, testing and other topics. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for espressif/esp-idf project. Pull request review and merge process you can expectEspressif develops the ESP-IDF project in an internal repository (Gitlab). We do welcome contributions in the form of bug reports, feature requests and pull requests via this public GitHub repository.
|
sha=71a91f104636add797b33609633b1eb885408323 |
Thanks for the contribution. Merged. |
Add code to set display in sleep mode.
Abstract
Some driver (ST7789) support sleep mode that reduce a lots power consumption.
In my case with 2inc-display Power consumption from 5mA to 0.3mA