|
|
|
@ -53,6 +53,15 @@ function DrawLight(lightArr)
@@ -53,6 +53,15 @@ function DrawLight(lightArr)
|
|
|
|
|
Disp:drawDisc(16*index,56,4,u8g2.U8G2_DRAW_ALL); |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
if Is_AutoClose ~= nil then |
|
|
|
|
if Is_AutoClose then |
|
|
|
|
Disp:setFont(u8g2.font_6x10_tf); |
|
|
|
|
Disp:drawStr(84,64,"Auto"); |
|
|
|
|
else |
|
|
|
|
Disp:setFont(u8g2.font_6x10_tf); |
|
|
|
|
Disp:drawStr(84,64,"Manual"); |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
function PageMainScene(wifiName,ipAddress,version) |
|
|
|
|