allow updating screen via web interface

This commit is contained in:
arne 2025-10-07 02:02:13 +02:00
commit 8986c51d4d
4 changed files with 54 additions and 26 deletions

View file

@ -1,5 +1,5 @@
local math = require('math')
local paper = require('paper')
local math = require("math")
local paper = require("paper")
paper.init()
paper.set_rotation("portrait")