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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Program PIC to communicate with 4D System display
alexpuchalt

Replies: 6
Views: 17769

PostForum: General CCS C Discussion   Posted: Wed Mar 25, 2020 2:31 pm   Subject: Program PIC to communicate with 4D System display
Also as a minor comment, this line:

setup_spi(SPI_SS_DISABLED);

is wrong. Correct line is:

setup_spi(FALSE);

This is a common error where people use the wizard, and get the SPI
se ...
  Topic: Program PIC to communicate with 4D System display
alexpuchalt

Replies: 6
Views: 17769

PostForum: General CCS C Discussion   Posted: Wed Mar 25, 2020 12:54 pm   Subject: Program PIC to communicate with 4D System display
Where did you get the visi_genie.h file ? It's probably compatible with
Arduino and not CCS. Post a link to the website where you got visi_genie.h.

https://github.com/4dsystems/ViSi-Genie-C-L ...
  Topic: Program PIC to communicate with 4D System display
alexpuchalt

Replies: 6
Views: 17769

PostForum: General CCS C Discussion   Posted: Tue Mar 24, 2020 2:43 pm   Subject: Program PIC to communicate with 4D System display
Hi, I have to communicate with PIC18F4585 to the 4Dsystem's display uLCD 70D through serial. I download the libraries and all things I need but it gives me an error when I compile it.

Have someone ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group