Wiring DFR0928 to Arduino nano

Thanks for the delivery. What is the GDI wiring? Can I just use the pins to display an image from the SD card. Is the image jpeg?
Thank you.
Richard
Tasmania

2 Likes

Hey @Richard91417,

This 1.8" LCD Display has an associated product wiki that contains a good amount of information to get you started with this display.

This display can be connected with either a GDI ribbon cable or using the SPI pins as you can see in the below image.


I would recommend using SPI communication through the pins to start using this display. You can see more information on how to wire this up on the product wiki I linked above.

This wiki also contains a few code examples for the display including one to display images from the SD card slot. It looks like the example works with images with either a ‘.jpg’ or ‘.bmp’ file extension.

check out Sample code #7 for displaying an image from an SD card.

Let me know if you have any more questions!

2 Likes