CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Spi Lcd

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
macgyver



Joined: 24 Aug 2005
Posts: 12

View user's profile Send private message

Spi Lcd
PostPosted: Fri Mar 20, 2015 5:19 pm     Reply with quote

Anyone know of a driver for the Newhaven LCD in serial interface Mode?

http://www.newhavendisplay.com/specs/NHD-0216SZW-BY5.pdf
temtronic



Joined: 01 Jul 2010
Posts: 9174
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Sat Mar 21, 2015 5:10 am     Reply with quote

You don't tell s which PIC you're using however it's simple enough. Once you've read that data sheet, use the CCS SPI functions to setup the SPI peripheral for the correct mode, then simply send the appropriate 8 bit data using the CCS SPI 'write' function. The LCD datasheet gives all the 'details' about controlling the module which is nice as it's BOTH 3 volt and 5 volt capable!

Without a module I can't confirm a 'driver' that I create is 100% correct

You need to show us your attempt, then we can see what maybe wrong.

Please be sure to add a delay_ms(500) before you attempt to access the LCD for the first time. This will allow the LCD hardware to powerup properly.

Jay
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group