-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liquid Crystal 1.0.4 is not loading properly or updating #4307
Comments
Sounds like a duplicate of #3904 which has been fixed in latest hourly build http://www.arduino.cc/en/Main/Software#hourly |
I had the hourly build 2015-12-14 11:21 and the problem was similar but 1.0.4 wouldn't load. So I'm not sure if this is a slightly different problem but I'll redownload the latest hourly build again now and see if the problem is still here. I just keep getting the "Update available for some of your libraries" popup. |
I just updated to nightly build 2015/12/15 12:43 and the problem hasn't been fixed or this is a slightly different problem. Library Manager: Type Updateable Click More info for the Liquid Crystal by Arduino, Adafruit. Select version 1.0.4. Install. Version 1.0.1 is shown. Verson 1.0.4 is now missing but version 1.0.1 os loaded. Select 1.0.3. Install. 1.0.4 is in the list again. |
Sorry about that. I'm using a RAMBo board. |
Please do this:
|
I can check the file I loaded to get the board data as soon as I get home. It was from the Marlin firmware group. |
This is where the board data comes from: And here's the path: |
Yes the Marlin board package is the cause of the issue. Because the LiquidCrystal library bundled with the Marlin package has the same name as the LiquidCrystal library included with the Arduino IDE the Library Manager gets confused. I have submitted a pull request to the MarlinFirmware repository to fix this: https://github.com/MarlinFirmware/MarlinDev/pull/309. You can fix this problem on your system by opening the file After doing this and restarting the Arduino IDE you will also want to use Library Manager to update the LiquidCrystal library to 1.0.4. From the path you posted in your most recent message I believe you currently have LiquidCrystal 1.0.3 installed. Library Manager installed that library to your sketchbook folder which will cause the library to override the LiquidCrystal library included with the Marlin boards package(#4064). Since LiquidCrystal 1.0.4 is already installed with the Arduino IDE Library Manager will remove LiquidCrystal 1.0.3 from your sketchbook libraries folder when you update to LiquidCrystal 1.0.4. |
Thank you so much @per1234 . That fixed the problem ^^ |
Liquid Crystal 1.0.4 is not loading properly or updating. Liquid Crystal 1.0.4 loads 1.0.1
The text was updated successfully, but these errors were encountered: