GithubHelp home page GithubHelp logo

Comments (3)

denysparnell avatar denysparnell commented on June 1, 2024

Hi.

As Arduino has been updated, it continues to break the old libraries I've used so I want to move to some that get loaded with the inbuilt library manager. But, not being a good programmer, I don't know what you mean by "If you like to adjust this to an adapter board with a different wiring you can do this in the internal function _write2Wire." on your web page.

Another library used in the past has...

//LiquidCrystal_I2C lcd(0x20); // Set the LCD I2C address
// addr, en,rw,rs,d4,d5,d6,d7,bl,blpol
LiquidCrystal_I2C lcd(0x20, 4, 5, 6, 0, 1, 2, 3, 7, NEGATIVE); // Set the LCD I2C address

I do like that you have named your library something other than the original "LiquidCrystal_LCD" as the replacement one I used before was named the same as the original. More confusion to the masses ;)

from liquidcrystal_pcf8574.

fixingthingsguy avatar fixingthingsguy commented on June 1, 2024

Thanks for creating this library. I tried is successfully * on an LCD with a backpack marked as "MH" . For the "mjdkz" marked backpack I need to use LiquidCrystal_I2c.h library. The "MH" LCD w/backpack doesn't work (blinks occasionally) when using the LiquidCrystal_I2.h library. I'm wondering what the difference might be and, for fun, I ask, could they be merged into a single library?
*I can't count the needless hours I spent while this library was available and in sight too!! Using Arduino IDE on a nodemcu esp8266 1.0
Regards,

from liquidcrystal_pcf8574.

mathertel avatar mathertel commented on June 1, 2024

The wiring of the adapter must match the library coding.
Most adapter boards pass data in the upper 4 bits and use the lower 4 bits for the control lines.

The library mentioned above does this by some complex code.
When us use less code then you can change the
void LiquidCrystal_PCF8574::_write2Wire() implementation to the wiring of your library.

from liquidcrystal_pcf8574.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.