I am adding the arduino IDE to a new computer and want to add libraries like the one Francisco does for the LCD this one
When I click on the 'here' after Source code for the library and documentation can be downloaded from the download section of this repository
I go to a bitbucket page that is broken or closed (404) this one
Does anyone know where I can get the library from?
there are dozens of libraries for that LCD, for both parallel and I2C connection methods. I think there's a version of the LiquidCrystal library included with the IDE; I would use that one unless there's some reason it won't work for your application.
Many of the older ones don't work with the current version of the Arduino core due to a change in print() behavior in the early 1.6.x versions - I think that version predates the change, so you may find that it won't work even if you get it.
Sorry I was typing when you both replied and then my connection died
DrAzzy, the file works fine on my other computer and the sketch is made using it,
pert, I have tried your slash and got the page, I will try to download it and get back here.