Jhd-2x16-i2c Proteus -
Would you like a ready-to-run with this LCD already wired to an Arduino or a code example for PIC/AVR?
This is a detailed technical feature analysis of the LCD module as used in Proteus ISIS simulation. jhd-2x16-i2c proteus
void setup() lcd.init(); lcd.backlight(); lcd.setCursor(0,0); lcd.print("Proteus Test"); lcd.setCursor(0,1); lcd.print("JHD-2x16-I2C"); Would you like a ready-to-run with this LCD