Way to BBB for both LCD cape and AIN??

Hi, all members.

Recently,I implement several things on BBB as ECG analyzer.
Without LCD cape, I access AIN pins like below

`

echo cape-bone-iio > /sys/devices/bone_capemgr.*/slots
find / -name AIN1
cat /sys/devices/ocp.2/helper.14/AIN1

`

To visualize the input signals, I connected BBB with 4" LCD cape from BeagleBone Black store (http://elinux.org/CircuitCo:BeagleBone_LCD4).

When I use this LCD cape, the the virtual cape for ADC and AIN doesn’t work anymore.

Is there any way to use both LCD cape and AIN?

Thanks in advance.