Search found 3 matches

by ken333nek
Sun May 09, 2021 2:55 am
Forum: Drivers for External Components
Topic: I2C LCD Library... Help!
Replies: 57
Views: 177761

Re: I2C LCD Library... Help!

Hello,

File "esp8266_i2c_lcd.py", line 25, in __init__

it's means line 25 in esp8266_i2c_lcd.py or in my post code

if in my post code is while True
by ken333nek
Sun May 09, 2021 2:48 am
Forum: Drivers for External Components
Topic: I2C LCD Library... Help!
Replies: 57
Views: 177761

Re: I2C LCD Library... Help!

This is 25 line

self.i2c.writeto(self.i2c_addr, bytearray([0]))
by ken333nek
Sat May 08, 2021 6:53 am
Forum: Drivers for External Components
Topic: I2C LCD Library... Help!
Replies: 57
Views: 177761

Re: I2C LCD Library... Help!

Hello, I have some problem (board:esp8266 v2 editor:Thonny) I use lcd_api.py, esp8266_i2c_lcd.py these two file and run the below code: ssid = ' ' pw = ' ' i2c_addr = 0x27 tz_hour = 8 # -------------------------------------------------- import network, ntptime, utime, gc from machine import Pin, Sof...