I2C LCD for Teensy 3.0

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
ribas
 
Posts: 6
Joined: Mon Oct 14, 2013 12:09 pm

I2C LCD for Teensy 3.0

Post by ribas »

Hi all,

Can someone recommend me a good small I2C LCD for Teensy 3.0?

Thanks!

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: I2C LCD for Teensy 3.0

Post by adafruit_support_mike »

It depends on what you mean by 'small', but I'm pretty sure the Nokia 5110 display works with the Teensy 3.0 using our library: http://www.adafruit.com/products/338

ribas
 
Posts: 6
Joined: Mon Oct 14, 2013 12:09 pm

Re: I2C LCD for Teensy 3.0

Post by ribas »

I was looking more in the lines of these:

http://www.adafruit.com/products/772
or
http://www.adafruit.com/products/931

Are these reported to work with teensy 3.0?
(I couldn't find info for these on teensy forum).

Thanks!

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: I2C LCD for Teensy 3.0

Post by adafruit_support_mike »

Either one will work. Both have I2C interfaces, and the Teensy can definitely handle that.

User avatar
michaelmeissner
 
Posts: 1830
Joined: Wed Aug 29, 2012 12:40 am

Re: I2C LCD for Teensy 3.0

Post by michaelmeissner »

I believe the 0.96" Oled display will work: http://www.adafruit.com/products/326. I used a similar OLED with the Adafruit library until I damaged it when I was trying to solder pins to it.

I've also used 2 digi-ole displays, though mostly I use a serial connection instead of i2c (note, you have to use their library and make a small modification to make it work on Teensy 3.0):

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”