https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 20802e109ccce12cbe45eaa04c4fbaab2e48ac89 authored by a1ex on 18 June 2014, 11:13:33 UTC
Long joystick press: small race condition fix
Tip revision: 20802e1
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