I'm new to C++, but I'm quite familiar with BASIC, so my question is this... With BASIC, and with a parallel LCD, I could use the data lines that feed data to the LCD for other things, when the LCD is not selected, which is most of the time.
Does this: #include LiquidCrystal.h make the data pins that feed data to the LCD unavailable for other uses?