1
0
Fork 0
forked from len0rd/rockbox

Boomshine Fix rb.touchscreen_set_mode()

Change-Id: I5bc835f1e006ed923cf0b7a3fcf91d4e357913ed
This commit is contained in:
William Wilgus 2019-06-17 16:03:57 -05:00
parent edd93414a1
commit 213cdfc109

View file

@ -537,7 +537,7 @@ do -- attempt to get stats to fit on screen
end
if HAS_TOUCHSCREEN then
rb.touchscreen_set_mode(rb.TOUCHSCREEN_POINT)
rb.touchscreen_mode(rb.TOUCHSCREEN_POINT)
end
rb.backlight_force_on()