Metro M0 Express and RGB LCD Shield

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
bbutl58
 
Posts: 16
Joined: Sat Jun 23, 2018 2:50 am

Metro M0 Express and RGB LCD Shield

Post by bbutl58 »

I have tested an RGB LCD shield (with mono lcd) on an Arduino Uno using the Hello World example program and it works perfectly (using A4 and A5 for SCL and SDA).

However, when I try the same configuration on the Metro M0 Express nothing works. I have tried connecting directly to SCL and SDA pins without success.

I must be missing something?

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

Re: Metro M0 Express and RGB LCD Shield

Post by adafruit_support_mike »

The LCD needs 5V to operate, and the M0 Express is a 3.3V board.

You'll need to power the LCD from the 5V pin and use an I2C level shifter for the signals:

https://www.adafruit.com/product/757

User avatar
bbutl58
 
Posts: 16
Joined: Sat Jun 23, 2018 2:50 am

Re: Metro M0 Express and RGB LCD Shield

Post by bbutl58 »

Do I simply connect the M0 pins A4 and A5 (or SCL and SDA) to the Level Converter A1 and A2, and connect B1 and B2 to the RGB LCD Shield pins?

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

Re: Metro M0 Express and RGB LCD Shield

Post by adafruit_support_mike »

You'll also need to connect 3.3V to the VL pin and 5V to the VH pin, and GND to one of the GND pins.

Those are the correct signal connections though.

User avatar
bbutl58
 
Posts: 16
Joined: Sat Jun 23, 2018 2:50 am

Re: Metro M0 Express and RGB LCD Shield

Post by bbutl58 »

Thank you!

User avatar
bbutl58
 
Posts: 16
Joined: Sat Jun 23, 2018 2:50 am

Re: Metro M0 Express and RGB LCD Shield

Post by bbutl58 »

Is Adafruit going to produce an RGB Shield which will work with the M0 Express that does not require a Level Converter?

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

Re: Metro M0 Express and RGB LCD Shield

Post by adafruit_support_mike »

I don't know of any plans for one, but will mention it to the products team.

User avatar
Cosmos00
 
Posts: 4
Joined: Sat Sep 29, 2018 12:56 pm

Re: Metro M0 Express and RGB LCD Shield

Post by Cosmos00 »

Please note I would be interested it capacitive touch screen for the Metro M4 Express.

Thank You.

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

Return to “Metro, Metro Express, and Grand Central Boards”