ddevile Posted January 3, 2005 Report Posted January 3, 2005 Hello everybody Happy new year first of allI have finished my LC with the PANASONIC MF'sThe problem: I need touch sensors. But I am no sure for the connection. The one pin of the switch will end up in the last DINX4 but the other pin sould it be ground or +5v?Maybe I am totaly wrong So please adviseTHNX Quote
Screaming_Rabbit Posted January 3, 2005 Report Posted January 3, 2005 Since the touch function works by grounding when you touch it which gives a difference in potential, I would say, you have to connect them to ground. I don't know about you should connect it over a resistor.Please search the archives... I think I once have seen a post, concerning this.Greets, Roger Quote
d2k Posted January 7, 2005 Report Posted January 7, 2005 the panasonic mf's dont have a touch track, u need to use buttons connected as norm to din, then just set em as mios emulated touchtracks...From lc_io_table.inc: ;; 16th shift register ;; button LED db ID_FADER_TOUCH_CHN1, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN2, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN3, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN4, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN5, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN6, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN7, ID_IGNORE ; (no LED supported by host) db ID_FADER_TOUCH_CHN8, ID_IGNORE ; (no LED supported by host) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.