Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

OLED SSD1309 Display - ARM - Linux?

Status
Not open for further replies.

emb

Newbie level 4
Joined
Jul 14, 2015
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
59
Hi,

I have a TI Sitara Dev Kit with Linux SDK and an SSD1309 based OLED.

I want to interface the Dev Kit with the OLED display using SPI, but I don't know how to proceed.

Can anyone please guide me how to do this?

Thanks.
 

Hello!

I have never played with the Sitara boards, but an SPI screen is really easy to use.
If you find a way to use GPIO (try to blink a LED for example) and a SPI, then you just
wire the SPI to the LCD, the GPIOs to the proper places (usually chip select, Data/Command,
Reset) and you're on the right way.
Usually you can find the initialization procedure anywhere on the ent.
I'm sure if you google SSD1309.c, you will find some code. I just checked, there are sources.

Dora.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top