When using a LCD 16'*2 with the parallel (4bit) interface, is it possible to assign other pins than the commonly used ? So By changing the liquidCrystal lcd (12,11,5,4,3,2) ?
Would like to free up the PWM pins.
I'm aware that I could use a parallel to serial converter.
Had a look, but as far as I can see, it doesn't say anything about in what case other pins could be used on the Arduino. Can I pick as I want, or are there some restrictions or criteria for some of the pins? I could off course just give it a try, but would be nice to know before soldering.