From: Ralph Ronnquist Date: Tue, 7 Nov 2023 05:12:41 +0000 (+1100) Subject: testing X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=d156db07bceac19aac29ebb70bf4b25acc69d237;p=rrq%2Ftiniest.git testing --- diff --git a/muffin.lua b/muffin.lua new file mode 100644 index 0000000..b8772b1 --- /dev/null +++ b/muffin.lua @@ -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)