Jhd-2x16-i2c Proteus 'link' -
: Search for LCD1602 or PC8574 if the integrated JHD model isn't appearing. Often, you manually pair a 16x2 LCD with a PCF8574 I2C I/O expander. Microcontroller : Arduino Uno Go to product viewer dialog for this item. PIC16F877A Go to product viewer dialog for this item.
void setup() lcd.init(); // Initialize LCD (requires Wire.begin() internally) lcd.backlight(); // Turn on backlight (simulated by contrast in Proteus) lcd.setCursor(0, 0); lcd.print("Proteus I2C LCD"); lcd.setCursor(0, 1); lcd.print("Hello, World!"); jhd-2x16-i2c proteus
| PCF8574 Pin | LCD Pin | Function | | :--- | :--- | :--- | | P0 | D4 | Data Bit 4 | | P1 | D5 | Data Bit 5 | | P2 | D6 | Data Bit 6 | | P3 | D7 | Data Bit 7 | | P4 | RS | Register Select | | P5 | RW | Read/Write (Usually tied to GND) | | P6 | EN | Enable | | P7 | Backlight | Backlight Control (High = ON) | : Search for LCD1602 or PC8574 if the