https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 1c2c5f05035c92c0919b1a55b6ce8a902f796d30 authored by a1ex on 22 October 2013, 21:26:11 UTC
Close branch 50DrawNow.
Tip revision: 1c2c5f0
print.lua
bmpprint(0,0,"First line");
msleep(1000)
bmpprint(20,0,"Second line");
msleep(1000)
bmpprint(40,0,"Third line");
msleep(1000)
bmpprint(60,0,"Fourth line");
msleep(1000)
bmpprint(80,0,"Fifth line");
msleep(1000)
bmpprint(100,0,"Sixth line");
back to top