projects
/
rrq
/
tiniest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94399b
)
testing
author
Ralph Ronnquist
<rrq@rrq.au>
Tue, 7 Nov 2023 05:12:41 +0000
(16:12 +1100)
committer
Ralph Ronnquist
<rrq@rrq.au>
Tue, 7 Nov 2023 05:12:41 +0000
(16:12 +1100)
muffin.lua
[new file with mode: 0644]
patch
|
blob
diff --git a/muffin.lua
b/muffin.lua
new file mode 100644
(file)
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)