element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • 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 Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Midas I2C LCDs
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 21 replies
  • Answers 8 answers
  • Subscribers 397 subscribers
  • Views 3826 views
  • Users 0 members are here
  • lcd
  • i2c
  • arduino
Related

Midas I2C LCDs

Workshopshed
Workshopshed over 13 years ago

Has anyone tried connecting up one of these I2C LCDs to their Arduino?

 

MIDAS - MCCOG21605B6W-BNMLWIMCCOG21605B6W-BNMLWI - LCD, COG 2X16, NEG STN, W B/L, I2C  - Order Code: 20632092063209

 

 

 

I've got as far as looking at the Wire library http://arduino.cc/it/Reference/Wire and the LCD hardware page http://arduino.cc/playground/Code/LCD  and reading http://www.robot-electronics.co.uk/acatalog/I2C_Tutorial.html

 

I've also watched Jeremy's videos but they are not totally relavent as they are looking at different things

http://www.element14.com/community/videos/3015/l/tutorial-13-for-arduino-liquid-crystal-displays

http://www.element14.com/community/videos/1828/l/Tutorial-07-for-Arduino:-I2C-and-Processing

 

I think I'm happy with the wiring it up, pull up resistors etc. I'm also guessing it will require an external psu to be hooked up.

 

I've not yet ordered the display so it might be straight forward when I get it but just getting as much help as I can before getting going.

  • Sign in to reply
  • Cancel

Top Replies

  • Workshopshed
    Workshopshed over 13 years ago +3 verified
    I got this working just fine. There were a couple of things I needed to do, firstly, for this particular model, Midas told me the backlight needs to be on for the text to be visible. I also had some fun…
  • Workshopshed
    Workshopshed over 13 years ago in reply to bobcroft +1 suggested
    Bill, I'm only using one display so don't need a multiplexer or switch but it's good to know those exist. Bob, cheers for the link, it's not working just this second but I'll check it out again. It's good…
  • fustini
    fustini over 13 years ago in reply to billabott +1
    Thanks for the link. I'm thinking this would be useful for embedded Linux computers, too, like the Raspberry Pi which have I2C but limited GPIO.
Parents
  • fustini
    0 fustini over 13 years ago

    Interesting, I've not seen LCD's like that with an I2C interface before.  I think could be useful in one of my Arduino projects where pins are short and I'd rather not go to Mega.  Also, this could be useful for embedded Linux computers like the Raspberry Pi which have I2C but not many GPIO pins.

     

    Sorry can't provide any direct experience but looking forward to seeing how you proceed.

     

    Thanks,

    Drew

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • billabott
    0 billabott over 13 years ago in reply to fustini

    Hi Drew and Andy,

        Have you looked at TI's I2C offerings? 

    Never going to need a Mega with these chips.

    -Bill

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • fustini
    0 fustini over 13 years ago in reply to billabott

    Thanks for the link.  I'm thinking this would be useful for embedded Linux computers, too, like the Raspberry Pi which have I2C but limited GPIO.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • billabott
    0 billabott over 13 years ago in reply to fustini

    I agree.  I was recently reading the last chapter in Monk's Programming Arduino GSWS book and find the whole idea of coding HTML on uP distasteful.   I have no desire to hand code HTML on a device like the Arduino.

    Does installing an Ethernet Shield necessary devolve to using HTML for data transmission or are there alternatives I may not be aware of?

    If so, I will stick with USB and BlueTooth like Wireless Serial for Arduino interfacing.

     

    -=Syntax Matters=-

     

    Post Script:  I am currently reading Chapter 15 of Margolis' Arduino Cookbook to gain a broader understanding of the uses of Ethernet Shields.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • billabott
    0 billabott over 13 years ago in reply to fustini

    I agree.  I was recently reading the last chapter in Monk's Programming Arduino GSWS book and find the whole idea of coding HTML on uP distasteful.   I have no desire to hand code HTML on a device like the Arduino.

    Does installing an Ethernet Shield necessary devolve to using HTML for data transmission or are there alternatives I may not be aware of?

    If so, I will stick with USB and BlueTooth like Wireless Serial for Arduino interfacing.

     

    -=Syntax Matters=-

     

    Post Script:  I am currently reading Chapter 15 of Margolis' Arduino Cookbook to gain a broader understanding of the uses of Ethernet Shields.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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 © 2025 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

  • X
  • Facebook
  • linkedin
  • YouTube