Newhaven Serial COG 2X16 LCD


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,627


    Did you find this post helpful? Yes | No

    Default Re: Newhaven Serial COG 2X16 LCD

    Hi,
    The PBP command to use with that display is SHIFTOUT.
    Pull the Chip Select line low, set the RS line high or low depending on if it's a command or data you're sending, the use SHIFTOUT to send the actual command (or data) to the display.

    Make sure to read up on the SHIFTOUT command in the manual, the instruction set for the LCD is in the datasheet. If you get stuck post the code and details on which chip etc you're using and I'm sure someone will be able to help.

    It looks to be a 3.3V unit, make sure you doublecheck that before trying to connect it to 5V!

    /Henrik.

  2. #2
    Join Date
    May 2008
    Posts
    31


    Did you find this post helpful? Yes | No

    Default Re: Newhaven Serial COG 2X16 LCD

    Excellent! Thank you.

    I got this LCD because it was a 3 volt unit as I have other 3 volt components in the project and I didn't want to have to resort to translators (plus I'm running out of pins on my 18 pin PIC). Which leads me to another question is "3 volt" and "3.3 volt" considered to be the same? I've actually seen data sheets use both on the same data sheet. I've also read the everything is 3 volt now and that 3.3 is older term that just keeps on going like "110 volt" household AC, which is actually all 120 volt now.

Similar Threads

  1. Replies: 9
    Last Post: - 18th March 2013, 22:52
  2. Newhaven 4x40 LCD, issues!
    By MOUNTAIN747 in forum mel PIC BASIC Pro
    Replies: 27
    Last Post: - 18th October 2012, 22:23
  3. Need advice with LCD 2x16
    By fratello in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th April 2011, 06:58
  4. Replies: 36
    Last Post: - 14th March 2011, 18:38
  5. small 2X16 LCD
    By Ron Marcus in forum Off Topic
    Replies: 2
    Last Post: - 26th October 2007, 20:37

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts