Skip to content

This repository contains an Arduino library for an OLED display module with the type number "VGY12864L-03"

License

Notifications You must be signed in to change notification settings

postfixNotation/OLED_LIB_VGY12864L_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARDUINO Library for OLED Display VGY12864L-03

Objective

The Arduino library for the display present has been developed to offer several methods to deal with display functionalities as discribed in the manual specifications.

Usage

For this purpose see the example Arduino sketch located in the examples folder. Also see the header file in the src folder. Read the comments and invesigate public methods listed. If SPI interface is used use the Arduino pins labeled SPI and not ICSP (see picture below). alt text

Datasheet

Datasheet - VGY12864L

Exemplary Usage

Somehow I have been highly motivated to get an arbitrary image being displayed on the display. Therefore I've written a Python script which converts an image into an "image.h" header file containing an array of bytes. Each bit of the byte determines whether a pixel is set or not. The result can be seen in the photo below. alt text

About

This repository contains an Arduino library for an OLED display module with the type number "VGY12864L-03"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages