I'm using the Intel Edison for a project, but the code to introduce new lcds in arduino is as follows:
rgb_lcd lcd;
I am not capable of picking which grove shield plug I'd like when using multiple lcds. I'm wondering if there is another way to introduce new lcds that allows for choice of different plugs?
The way to pick plugs is generally done through the #define function, but when verifying the code via arduino's ide, the response given back is "request for member 'begin' in '10', which is of non-class type 'int'". Can anyone help on this?