2Pcs Display Module White 3-5V 0.96" I2C Serial 128X64 Oled Lcd Led For Arduino

 

Feature: 
 
Super High Brightness (Adjustable). 
 
Super High Contrast (Adjustable). 
 
Embedded Driver/Controller. 
 
Colors: White. 
 
Drive Duty: 1/64 Duty. 
 
Pixels: 128x64. 
 
Panel Size: 26.70mm x 19.26mm x 1.85mm. 
 
Active Area: 21.74mm x 11.2mm. 
 
Pixel Size: 0.15mm x 0.15mm. 
 
This OLED Part No. is UG-2864HSWEG01. not UG-2864AMBAG01. 
 
Note: If you decide to buy OLED display, you must confirm that you can make it work by yourself, we'll haven't any technology support except all the datasheet. Thanks for your understanding and support. 
 
Needn't backlight, the display unit can self-luminous. 
 
High resolution: 128 * 64. 
 
Viewing angle:> 160 °. 
 
Supports many control chip: Fully compatible with Arduino, 51 Series, MSP430 Series, STM32 / 2. CSR IC, etc. 
 
Ultra-low power consumption: full screen lit 0.08W. 
 
Voltage: 3V ~ 5V DC. 
 
Working Temperature: -30 °C ~ 70 °C. 
 
Module Size: 27.0MM * 27.0MM * 4.1MM. 
 
I2C/IIC Interface, need 2 IO only. 
 
Driver IC: SSD1306. 
 
Note: This item come I2C/IIC interface only.
Because the hardware reasons, resulting IIC/I2C bus no ACK response signal, so IIC IIC communication Whitby automated production of OLED modules instead of the standard version . But this can be solved by software ...... published here for the Arduino library file, you can make this OLED module used in the Arduino system. 
 
Download

 

File description: 
 
IIC_without_ACK.cpp - SSD1306 drivers. 
 
IIC_without_ACK.h - SSD1306 driver file header. 
 
oledfont.c - matrix table ( you need to display the contents of the matrix can be calculated by taking the modulus of software after adding this file, modulo the way " common cathode - out line - Reverse Output" ; font will take up a lot of space FLASH, please comment out the unwanted font, so there will be enough space Arduino tips ). 
 

 

Function: 
 
Write_IIC_Byte (unsigned char IIC_Byte); / / by IIC write an 8-bit data ( such as 0xff). 
 
Write_IIC_Command (unsigned char IIC_Command); / / write command to the OLED module through IIC bus. 
 
Begin_IIC_Data (); / / write data through the IIC bus open ready ( which would allow a group of data transmission is complete and then turn off IIC, can greatly speed ). 
 
IIC_SetPos (unsigned char x, unsigned char y); / / Set the starting point coordinates (x range 0 ~ 128. y ranges from 0 to 7 ). 
 
Fill_Screen (unsigned char fill_Data); / / Fill_Screen (0xff) - Full screen lit ; Fill_Screen (0 * 00) - Full screen off ( can be used to clear the screen ). 
 
Char_F6x8 (unsigned char x, unsigned char y, const char ch []); / / display the ASCII character 6 * 8. 
 
Char_F8x16 (unsigned char x, unsigned char y, const char ch []) ;/ / display the ASCII character 8 * 16. 
 
CN_F16x16 (unsigned char x, unsigned char y, unsigned char N); / / display of 16 * 16 characters ( this can be considered for the first time on the Arduino platform to achieve the display of Chinese characters ). 
 
Draw_BMP (unsigned char x0, unsigned char y0, unsigned char x1. unsigned char y1. const char BMP []); / / display BMP images of 128 * 64. 
 
The other functions is functional function. 
 

 

Usage: 
 
Please "IIC_without_ACK" folder to x: \ arduino-1.5.5 \ libraries directory, restart the Arduino IDE. 
 
Demo_IIC is based on the Arduino UNO sample program ...... correct wiring and run. 
 
 
Sat, 11 May 2024 20:08:55 GMT 638510837353189185 9C2F203F04FADB0B20F98AB41122DA5D