OLED Display - LPC804

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

OLED Display - LPC804

2,025件の閲覧回数
ashokfair
Contributor IV

Hi Everyone,

This simple demo of displaying text and image on OLED screen (0.96 Inch & 128x64 pixels). OLED is interfaced to LPC804 with I2C connections. LPC-IoT board is used in this project.

Output.jpg

Pin Connections:

OLED->PIN Vcc   - 3.3v

OLED->PIN Gnd  - Gnd

OLED->PIN SDA - LPC804->P0_7

OLED->PIN SCL - LPC804->P0_14

Code:

    OLED_Init();

    OLED_Clear_Screen();

    OLED_DrawImage(0, 0, logo_nxp);

    OLED_PrintText(6, 24, text_nxp);

Download the example from here https://gitlab.com/mcucodes/oled-display-lpc804

Happy Coding!

Ashok R

www.ashokr.com

ラベル(1)
タグ(5)
3 返答(返信)

1,625件の閲覧回数
soledad
NXP Employee
NXP Employee

Hi Ashok

Thanks for your contribution,

Regards

Soledad

1,625件の閲覧回数
carstengroen
Senior Contributor II

Link not working (project not found on Gitlab) ?

0 件の賞賛
返信

1,625件の閲覧回数
ashokfair
Contributor IV

Yeah the link was incorrect! now fixed thanks

0 件の賞賛
返信