I2C LCD help needed


Results 1 to 7 of 7

Threaded View

  1. #5
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644

    Default Re: I2C LCD help needed

    As it came it was 0x27 Dec 39 but I had to double it for pbp to 0x4e dec 78.
    arduino uses a 7bit i2c address , so everything arduino-ish complies with that convention , pbp uses an 8bit i2c address scheme
    no big deal just 1 shift left gets there from the 7 bit address.


    add the R/W bit making $4E and $4F.
    and that is a waste of time and effort, pbp i2c commands set or clear the r/w bit automatically
    regardless.

    google "pbp ic2 lcd"

    you will find dt's version and an alternative for board with wiring variation
    there may other variations also
    you may need to trace the connections to verify code matches
    Last edited by richard; - 17th July 2022 at 05:00.
    Warning I'm not a teacher

Similar Threads

  1. I2C LCD
    By midali in forum General
    Replies: 46
    Last Post: - 8th January 2021, 22:52
  2. help to test a I2C LCD
    By lutherblisset in forum Code Examples
    Replies: 0
    Last Post: - 25th August 2017, 19:37
  3. Pcf8574 i2c lcd
    By cesar35 in forum General
    Replies: 2
    Last Post: - 25th August 2017, 15:22
  4. I2C CONFUSION, Help needed please
    By FromTheCockpit in forum mel PIC BASIC Pro
    Replies: 42
    Last Post: - 29th July 2013, 00:54
  5. Sample code for I2C text LCD needed
    By Alexey in forum Code Examples
    Replies: 4
    Last Post: - 15th September 2011, 01:29

Members who have read this thread : 5

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts