it is not a good idea to connect an LCD that way. an LCD should work quick. And when all the data is at one port, there is only 1 instruction needed to write data.
but when you do it like that, you need multiple instructions to set the different pins.
there is no setting in bascom that can do that, but you could alter the lib.
↧