https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c2a705dfc4c616078fedc047363a0c162a20d560 authored by alex@thinkpad on 21 December 2019, 10:21:34 UTC
raw_diag: fix BUSY screen with 2-shot analyses in still photo mode
Tip revision: c2a705d
hello.lua
-- Hello, World!
-- Prints 'Hello World' on the console

menu.close()
console.show()
print "Hello, World!"
print "Press SET to exit."
key.wait(KEY.SET)
console.hide()

back to top