Code for touch panel and LED

Hi all,

I am working on a project. A DIY touch panel is needed, wich is similar as the DIY panel in the video at 1:43, - YouTube. Also, a snapshot is attached here.
I am not familiar with Arduino program. Anyone who knows the code can share with me?

Any help would be greatly appreciated.
Thank you very much.

touch panel.gif

Why not ask the authors of the video ?

// Per.

I asked the author for some advice. However he didn't give me any reply.
Could you give me some suggestion, if you know it.

Thank you for your attention.

New here, so I don't know the etiquette. Also, not sure what your project is for, but this might be cheaper and easier for you Simple Touch Sensors With The Arduino CapSense Library | Hackaday the capsense library simplifies capacitive touch sensors so it's basically usable in projects. Theoretically, if you only needed so many bits of resolution, you could tape a grid of 4 of these (maybe even a 4x4 grid) with gaps between each pad so it could read your finger transitioning between them and calculate x-y positions. After adding the library, the code in the video should be pretty close to what you'd use.

Thank you very much for your help.
How about the LED display? Could you tell me how to turn on the LED matrix when I touch a touch panel?

Looking forward to your reply.