Skip to content
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

Possibility to include battery usage for lilygoT3-Amoled? #68

Open
zzmadzz36 opened this issue Dec 2, 2024 · 1 comment
Open

Possibility to include battery usage for lilygoT3-Amoled? #68

zzmadzz36 opened this issue Dec 2, 2024 · 1 comment

Comments

@zzmadzz36
Copy link

Hi!

Was wondering if it is possible to allow the use of battery packs for the lilygo s3 amoled wifi displays?

Based on lilygo’s GitHub it seems that the firmware has to include these lines in order to use the built in battery connector.

void setup(){
//Turn on display power
pinMode(15, OUTPUT);
digitalWrite(15, HIGH);
}

May I check if this is something that has to be baked in to the firmware?

thanks!!

@mkalkbrenner
Copy link
Member

I can't test that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants