OLED Display - LPC804

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OLED Display - LPC804

1,736 Views
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

Labels (1)
3 Replies

1,336 Views
soledad
NXP Employee
NXP Employee

Hi Ashok

Thanks for your contribution,

Regards

Soledad

1,336 Views
carstengroen
Senior Contributor II

Link not working (project not found on Gitlab) ?

0 Kudos

1,336 Views
ashokfair
Contributor IV

Yeah the link was incorrect! now fixed thanks

0 Kudos