MicroPython
Forum
FAQ
Search
The team
Login
Unanswered topics
Active topics
FAQ
Search
The team
MicroPython Forum (Archive)
Please see the new forum at
GitHub Discussions
MicroPython
Forum
Search found 1 match
Go to advanced search
Search
Advanced search
Search found 1 match • Page
1
of
1
by
haks
Thu Apr 06, 2017 10:07 pm
Forum:
Drivers for External Components
Topic:
I2C LCD Library... Help!
Replies:
57
Views:
459544
Re: I2C LCD Library... Help!
Help: <ImportError: no module named 'esp8266_i2c_lcd'> trying to load the same code:
from esp8266_i2c_lcd import I2cLcd
from machine import Pin, I2C
i2c = I2C(scl=Pin(5), sda=Pin(4), freq=100000)
i2c.scan()
lcd = I2cLcd(i2c, 63, 2, 16)
lcd.clear()
lcd.putstr(' Thanks from Ukraine
')
Jump to post
Display:
All results
1 day
7 days
2 weeks
1 month
3 months
6 months
1 year
Sort by:
Author
Post time
Forum
Topic title
Post subject
Direction:
Ascending
Descending
Search found 1 match • Page
1
of
1
Go to advanced search
Jump to
News and General Information
↳ Announcements and News
↳ Newsletter archive
↳ Kickstarter logistics for the Micro Python campaign
The MicroPython Language
↳ General Discussion and Questions
↳ Programs, Libraries and Tools
↳ Development of MicroPython
Boards Running MicroPython
↳ MicroPython pyboard
↳ Pyboard D-series
↳ WiPy and CC3200 boards
↳ ESP8266 boards
↳ ESP32 boards
↳ micro:bit boards
↳ Raspberry Pi microcontroller boards
↳ Other Boards
Hardware Projects and Component Drivers
↳ Hardware Projects
↳ Drivers for External Components