We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!!
The text was updated successfully, but these errors were encountered:
I can't test that.
Sorry, something went wrong.
No branches or pull requests
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!!
The text was updated successfully, but these errors were encountered: