forked from len0rd/rockbox
Boomshine Fix rb.touchscreen_set_mode()
Change-Id: I5bc835f1e006ed923cf0b7a3fcf91d4e357913ed
This commit is contained in:
parent
edd93414a1
commit
213cdfc109
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ do -- attempt to get stats to fit on screen
|
||||||
end
|
end
|
||||||
|
|
||||||
if HAS_TOUCHSCREEN then
|
if HAS_TOUCHSCREEN then
|
||||||
rb.touchscreen_set_mode(rb.TOUCHSCREEN_POINT)
|
rb.touchscreen_mode(rb.TOUCHSCREEN_POINT)
|
||||||
end
|
end
|
||||||
|
|
||||||
rb.backlight_force_on()
|
rb.backlight_force_on()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue