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

Allow FTP to keep running while lid is closed #42

Open
bandreghetti opened this issue Jan 18, 2019 · 2 comments
Open

Allow FTP to keep running while lid is closed #42

bandreghetti opened this issue Jan 18, 2019 · 2 comments

Comments

@bandreghetti
Copy link

This feature would be very nice. The open lid with bottom screen lit up consumes a lot of battery unnecessarily! "/

Thank you for this amazing app, by the way!

@joel16
Copy link
Owner

joel16 commented Jan 18, 2019

I would but this issue still exists: devkitPro/libctru#286

@MarcoMartins86
Copy link

I was looking into the ftp code to see how it was implemented and saw that you can press START to turn off both screens and start again if you want to turn them on afterward.

On ftp.c line 2077 and ownward:

/* check if the user wants to toggle the LCD power */
if(down & KEY_START)
{
    lcd_power = !lcd_power;`
    apt_hook(APTHOOK_ONRESTORE, NULL);
}

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

3 participants