testing
authorRalph Ronnquist <rrq@rrq.au>
Tue, 7 Nov 2023 05:12:41 +0000 (16:12 +1100)
committerRalph Ronnquist <rrq@rrq.au>
Tue, 7 Nov 2023 05:12:41 +0000 (16:12 +1100)
muffin.lua [new file with mode: 0644]

diff --git a/muffin.lua b/muffin.lua
new file mode 100644 (file)
index 0000000..b8772b1
--- /dev/null
@@ -0,0 +1,13 @@
+local sl = require "syslinux"
+local vesa = require "vesa"
+
+vesa.setmode()
+vesa.load_background "sample2.jpg"
+
+for c in string.gmatch ("Hello World! - VESA mode", ".") do
+    io.write (c)
+    sl.msleep(200)
+end
+
+-- vesa.load_background "PXE-RRZE_small.jpg"
+sl.sleep(3)