Search found 1 match

by duettra
Fri Jul 03, 2020 7:50 am
Forum: ESP32 boards
Topic: 16x2 LCD
Replies: 20
Views: 17648

Re: 16x2 LCD

How did you solve the issue? I receive address 39 for i2c.scan(). Code modified accordingly and uploaded: LCD_I2C_ADDR=const(39) Still, I receive I2C address detect error: >>> from machine import I2C, Pin >>> from mp_i2c_lcd1602 import LCD1602 >>> from time import sleep_ms >>> >>> i2c = I2C(1, sda=P...