Toggle AirPlane Mode

This commit is contained in:
cuu
2018-07-01 21:23:22 +08:00
committed by clockworkpi
parent 8f965b3ba5
commit 2d11df8c37
6 changed files with 81 additions and 195 deletions

View File

@@ -76,14 +76,14 @@ class ListPage(Page):
self._PsIndex = 0
# "" pkgname, label
alist = [["","Wifi","Wi-Fi"],
alist = [["","Airplane","Airplane Mode"],
["","Wifi","Wi-Fi"],
["","Sound","Sound Volume"],
["","Brightness","BackLight Brightness"],
["","Storage",""],
["","Update", ""],
["","About", "About"],
["","PowerOFF","Power off"],
["","HelloWorld","HelloWorld"],]
["","PowerOFF","Power off"],]
start_x = 0
start_y = 0