start Settings->Wifi

This commit is contained in:
cuu
2018-10-04 21:16:36 +08:00
parent bac1ee6d40
commit e398324c97
4 changed files with 284 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ func run() int {
font.Init()
screen := display.SetMode(int32(UI.Width),int32(UI.Height),0,32)
UI.Init()
UI.Init()
UI.MyIconPool.Init()
main_screen := UI.NewMainScreen()
@@ -48,7 +48,7 @@ func run() int {
fmt.Println(main_screen)
event.AddCustomEvent(UI.RUNEVT)
event.AddCustomEvent(UI.RUNEVT)
running := true
for running {