diff options
| author | William Wilgus <me.theuser@yahoo.com> | 2019-06-17 16:03:57 -0500 |
|---|---|---|
| committer | William Wilgus <me.theuser@yahoo.com> | 2019-06-17 16:03:57 -0500 |
| commit | 213cdfc1096bc43471a7f01b67ef5f5b29113ff1 (patch) | |
| tree | ce17ca6e8297975422684775f64719e0353fac95 | |
| parent | edd93414a14bf9478d85e9c7afecb35f7fe8ac48 (diff) | |
| download | rockbox-213cdfc1096bc43471a7f01b67ef5f5b29113ff1.zip rockbox-213cdfc1096bc43471a7f01b67ef5f5b29113ff1.tar.gz rockbox-213cdfc1096bc43471a7f01b67ef5f5b29113ff1.tar.bz2 rockbox-213cdfc1096bc43471a7f01b67ef5f5b29113ff1.tar.xz | |
Boomshine Fix rb.touchscreen_set_mode()
Change-Id: I5bc835f1e006ed923cf0b7a3fcf91d4e357913ed
| -rw-r--r-- | apps/plugins/boomshine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/boomshine.lua b/apps/plugins/boomshine.lua index 224708d..c7ed6df 100644 --- a/apps/plugins/boomshine.lua +++ b/apps/plugins/boomshine.lua @@ -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() |