-
-
Notifications
You must be signed in to change notification settings - Fork 7k
[Library Manager] request to add hd44780 library #5187
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
Comments
Done thank you! |
It isn't showing up yet. Is there an issue or |
The hd44780 library shows up now, but there is an issue. I tracked down the problem. In this case there is a problem with the library name for this library in the library manager. The name of the library is hd44780 not HD44780 (case does matter) The real name of the library is hd44780 Can you please go fix/correct the name in the library manager to be hd44780 rather than HD44780 so that the library manager will not duplicate the library and the directory name created under the {libraries} directory will also have the proper/correct library name. |
I fixed it. Sorry for the inconvenience |
But now both library entries showing up. What needs to be done to remove the HD44780 entry? I have included the entries I see in the library_index.json file below:
And then 80 lines lower:
|
I snooped the IDE traffic when the library manager starts up and noticed it is downloading: Can you update the library list so that it no longer contains the HD44780 entry? |
The double entries issue still exists. Can this issue be reopened until this is finally fixed/resolved? |
Hi @bperrybap sorry for the delay, it should be solved now! |
It seems fixed. Thank you. |
https://github.com/duinoWitchery/hd44780
An extensible hd44780 LCD library.
It offers features not availed in other lcd libraries, including full auto location and pin mapping detection for i2c i/o expander based backpacks to provide a "it just works" experience for PCF8574 and MCP23008 based backpacks.
The text was updated successfully, but these errors were encountered: