commit | 213cdfc1096bc43471a7f01b67ef5f5b29113ff1 | [log] [tgz] |
---|---|---|
author | William Wilgus <me.theuser@yahoo.com> | Mon Jun 17 16:03:57 2019 -0500 |
committer | William Wilgus <me.theuser@yahoo.com> | Mon Jun 17 16:03:57 2019 -0500 |
tree | ce17ca6e8297975422684775f64719e0353fac95 | |
parent | edd93414a14bf9478d85e9c7afecb35f7fe8ac48 [diff] |
Boomshine Fix rb.touchscreen_set_mode() Change-Id: I5bc835f1e006ed923cf0b7a3fcf91d4e357913ed
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 @@ end if HAS_TOUCHSCREEN then - rb.touchscreen_set_mode(rb.TOUCHSCREEN_POINT) + rb.touchscreen_mode(rb.TOUCHSCREEN_POINT) end rb.backlight_force_on()