1
0
Fork 0
forked from len0rd/rockbox

hwstub/jz4760b: fix some typos in lua script after register name changes

Change-Id: Ie46ec293fcd5a16143818e77cd6c79cc08620fb5
This commit is contained in:
Amaury Pouly 2017-01-24 15:22:43 +01:00
parent cc2389b7a6
commit f698b201ad
2 changed files with 10 additions and 9 deletions

View file

@ -92,7 +92,7 @@ function FIIOX1.init_lcd()
-- setup Fiio X1 specific pins
FIIOX1.setup_fiio_lcd_pins()
-- reset lcd
JZ.lcd_reset()
FIIOX1.lcd_reset()
end
-- call with nil to get automatic name
@ -139,6 +139,7 @@ function FIIOX1.dump_spl(file)
end
function FIIOX1.init()
FIIOX1.hw_detect()
FIIOX1.init_backligt()
FIIOX1.test_backlight()
FIIOX1.init_lcd()