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
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
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)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now