lcd module that supports i2c interface

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
User avatar
kamikaze
Posts: 154
Joined: Tue Aug 16, 2016 10:10 am
Location: Latvia
Contact:

Re: lcd module that supports i2c interface

Post by kamikaze » Tue Dec 20, 2016 6:20 pm

why not SPI? SPI should be faster. or even 8bit protocol like 8080 (but SPI is easier to use while it's being implemented)

BrendanSimon
Posts: 33
Joined: Wed Sep 07, 2016 10:46 am

Re: lcd module that supports i2c interface

Post by BrendanSimon » Wed Dec 21, 2016 11:39 am

Yes I know, but the lcd I have is not SPI, is I2C :)

Post Reply