Skip to content

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

@zzmadzz36

Description

@zzmadzz36

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions