OLED Display - LPC804

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

OLED Display - LPC804

2,026 次查看
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,626 次查看
soledad
NXP Employee
NXP Employee

Hi Ashok

Thanks for your contribution,

Regards

Soledad

1,626 次查看
carstengroen
Senior Contributor II

Link not working (project not found on Gitlab) ?

0 项奖励
回复

1,626 次查看
ashokfair
Contributor IV

Yeah the link was incorrect! now fixed thanks

0 项奖励
回复