Does STRLIST in m2tklib support Touchscreen?
i have m2tklib set dogl128 lcd (64x128, resistive touchscreen, uses u8glib). it's working fine touchscreen examples, know have things wired , library set , working.
i modified touchpanel example code use gridlist instead of vlist, , worked fine.
i'm trying dynamic menus working. way example code written, menu strings hard-coded. dynamic string, looks need use strlist.
problem is, strlist examples use button-based inputs. i'm trying use touchpad input , having limited success.
i modified constructor call use touchpad event handler , event source handlers: m2_es_touch_screen , m2_eh_ts (also tried m2_eh_6bsts , m2_eh_4bsts). i'm seeing cursor registering on screen when press, ui nonfunctional.
does srtlist not work touchscreen input? or missing critical how use different input types? help!
edit add:
i made little progress when found touchscreen tutorial here: http://code.google.com/p/m2tklib/wiki/t10
i still not have working, however. i'm thinking perhaps vsb element not work touchscreen, either, there's increment , no decrement
i modified touchpanel example code use gridlist instead of vlist, , worked fine.
i'm trying dynamic menus working. way example code written, menu strings hard-coded. dynamic string, looks need use strlist.
problem is, strlist examples use button-based inputs. i'm trying use touchpad input , having limited success.
i modified constructor call use touchpad event handler , event source handlers: m2_es_touch_screen , m2_eh_ts (also tried m2_eh_6bsts , m2_eh_4bsts). i'm seeing cursor registering on screen when press, ui nonfunctional.
does srtlist not work touchscreen input? or missing critical how use different input types? help!
edit add:
i made little progress when found touchscreen tutorial here: http://code.google.com/p/m2tklib/wiki/t10
i still not have working, however. i'm thinking perhaps vsb element not work touchscreen, either, there's increment , no decrement
wow, point. reporting this.
touch screen support has been added m2tklib , has not been tested much. in fact, never thought strlist while implementing touch screen support. vsb on other hand pure read element. not receive input.
as of suggest use tsk elements move cursor , down (as described in touch screen tutorial).
i have created issue this...
oliver
touch screen support has been added m2tklib , has not been tested much. in fact, never thought strlist while implementing touch screen support. vsb on other hand pure read element. not receive input.
as of suggest use tsk elements move cursor , down (as described in touch screen tutorial).
i have created issue this...
oliver
Arduino Forum > Using Arduino > Displays > Does STRLIST in m2tklib support Touchscreen?
arduino
Comments
Post a Comment