8 lines
165 B
Lua
8 lines
165 B
Lua
return {
|
|
rotation = 0,
|
|
timezone = "UTC",
|
|
theme = "light",
|
|
touch = { x0 = 240, y0 = 3800, x1 = 3800, y1 = 200 },
|
|
wifi = { ssid = "qemu", password = "" },
|
|
}
|