element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Personal Blogs
  • Members
  • More
Personal Blogs
Legacy Personal Blogs Using Midas I2C LCD with Arduino
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Blog Post Actions
  • Subscribe by email
  • More
  • Cancel
  • Share
  • Subscribe by email
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: lee329
  • Date Created: 25 Sep 2019 12:53 AM Date Created
  • Views 2612 views
  • Likes 1 like
  • Comments 0 comments
  • i2c
  • arduino project
  • character lcd
Related
Recommended

Using Midas I2C LCD with Arduino

lee329
lee329
25 Sep 2019

I had one of below product on my bench so try to use it for my project

 

Manufacturer:  MIDAS 

Manufacturer Part No:  MC21605G12W-VNMLWI

Order Code: 2425704

 

Product Range 

View the full series and range associated to this part   MC21605G12W Series 

Technical Datasheet:  MC21605G12W-VNMLWI   Datasheet

 

1. Start-up

this LCD screen has  high visibility looks like OLED.

I contacted Midas for Arduino library but only able to get RW1063  C-sample file which I could made Arduino library.

but as a lazy technician I was looking for pre-made one. 

there are many Arduino I2C LCD libraries but not sure which one is the one.

image

 

2. Connection

 

It has usual 16 pin with different pin configuration.

my connection is:

 

Pin NoLCD sideArduino SideNote
1VssGnd
2Vdd5V
3VOPOT pin 2external POT
4-
5-
6-
7-
8SA0GND
9SA1GND
10-
11-
12CSBGND
13SDASDA
14SCLSCL
15VEE

POT pin3

16KGND

 

POT connection

image

2. Let's Arduino

I used Mcarli201's library <- Thanks

https://github.com/Mcarli201/I2C-Midas-20x4

Modified for 16 x 2

/****************************************************/

#include <LCD.h>
#include <LCD_C0220BiZ.h>
#include <ST7036.h>
//set the LCD address to 0x78, use i2c scanner to find out your address
ST7036 lcd = ST7036 (2, 16, 0x78) ;

 

void setup() {
     delay(5);
     lcd.init();
}

void loop() {

 

     lcd.setCursor(0, 1);
     lcd.print("Hello");
     lcd.setCursor(2, 1);
     lcd.print("World");

}

/****************************************************/

 

3. My project using Midas LCD

4-12Ghz broadband +30dB gain RF Amplifier

image

 

 

image

  • Sign in to reply
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube