Looking around and in the help section it seems my question is on-topic here. If I'm wrong, please tell me and I'll delete it.
For a teaching activity I was asked to develop a "plate" of about 200x300 mm where children can put their hands on. The plate should recognize the touch contact and highlight the contour area with RGB LEDs. Nice-to-have but not mandatory, is to detect the amount of "pressure" exerted, or said in other words, how close are the body parts to the plate.
For the specific application (I mean, not from a technical point of view, but due to the teaching activity background) we cannot use optical devices.
My first thought was to use a grid of capacitive sensors, with an addressable chain of RGB LEDs in between. This seems very hard to achieve due to the minimum resolution requested: 5 mm. It would mean 5 mm from center-to-center of each capacitive PAD sensor. Even if it is possible, it's not trivial (I have to place, connect and handle over 2400 sensors). Furthermore, with such a tiny and close PADs there is very little room for the LED placement. Anyway, this would be solved putting them on the bottom layer upside-down with just a little hole to allow the light to pass.
Probably it might work, but as said is not trivial and there are so many issues with the layout, routing and firmware handling of all these capacitive sensors. On the other side, I can also detect the "pressure" (aka distance) since most capacitive touch controllers can output debug raw data - not only the on-off status.
Is there another kind of technology I can use? Just as side note, the capacitive solution is quite good since I can put a glass panel over the PCB to be easily cleaned.