*COMMIN SOON*
The mLink graphics LCD is a serial (I2C / IIC) 128 x 64 pixel LCD with a large 66mm x 33mm displayable area. Because it uses a standard I2C interface it is compatible with most microcontrollers including Arduino. It is addressale allowing for multiple modules to be connected together (address can be changed in software), and only requires 2 data pins for communication. Unlike standard serial or parallel character displays it requires no configuration or setup saving on development time and code size.
Other features of the display include a built-in font and various graphics drawing functions such as pixel, line, rectangle, and erase. For low power applications it also includes power saving features such as a software dimmable backlight and sleep mode reducing power consumption to as little as 1.2mA.
Being an mLink module it is compatible with other mLink or standard I2C modules allowing you to daisy-chain several different types of modules together using only the two I2C pins of your microcontroller.
For Arduino users you can use the mLink library (see below) to control any type of mLink module. The library has a very small memory footprint and only one single instance is needed to control multiple types of mLink modules. This makes it great for Arduinos with small amounts of memory and pin counts.
Module specifications:
Module code: HCMODU0189 Supply voltage (VDD): 4.5V to 5.5V Operating range (recommended): 0oC to 50oC Display type: 128x64 pixel transmissive graphic LCD white with blue backlight Current max: 70mA (100% backlight, Vcc = 5V) Current min: 1.2mA (sleep, Vcc = 5V) Interfaces: I2C I2C Interface speed: 400kbits/s (fast mode) I2C default address (HEX): 0h57 Maximum number of modules: 5 with pullups fitted, 112 with pullups removed* Module dimensions: 91mm x 70mm x 19mm
*Note the maximum number of connected modules will depend on cable lengths and power requirements of each module. Do not exceed 5 mLink modules connected in series with all pullups fitted.
Arduino Connection Example:
Because the modules use an I2C interface this also means multiple modules can be controlled from a single Arduino I2C interface simply by daisy-chaining them together. Note to control multiple mLink modules of the same type requires changing the default I2C address of the additional modules. See mLink Library Quick Start Guide for how to do this.
mLink Arduino library
viewtopic.php?f=58&t=3001
mLink Library Quick Start Guide For Arduino Users
https://hobbycomponents.com/downloads/m ... _Guide.pdf
mLink Library Reference Guide For The Character LCD Sensor Modules
https://hobbycomponents.com/downloads/m ... _Guide.pdf
mLink Specifications and Register Map For The Character LCD Modules
https://hobbycomponents.com/downloads/m ... er_Map.pdf
Libraries, example code, and diagrams are provided as an additional free service by Hobby Components and are not sold as part of this product. We do no provide any guarantees or warranties as to their accuracy or fitness for purpose.
Descriptions and diagrams on this page are copyright Hobby Components Ltd and may not be reproduced without permission.