You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
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!
The text was updated successfully, but these errors were encountered: