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 6 matches
CCS Forum Index
Author Message
  Topic: Display icon on LCD
MCU Luüfter

Replies: 3
Views: 5359

PostForum: General CCS C Discussion   Posted: Tue May 01, 2012 2:23 am   Subject: Display icon on LCD
Hi PCM programmer,

Thnak you for your reply but I am able to display the bmps on LCD and I want to understand how ico files are organized and if there is some ready-to-use library that handles it. ...
  Topic: Display icon on LCD
MCU Luüfter

Replies: 3
Views: 5359

PostForum: General CCS C Discussion   Posted: Mon Apr 30, 2012 4:11 pm   Subject: Display icon on LCD
Hi everyone,

I want to display an icon on my LCD but I didn't find some functions that handle ico files.
Is there a library that makes it easy.
PS: I want to display ico stored in SDCARD.

MCU ...
  Topic: File transfer (ymodem) using Siow
MCU Luüfter

Replies: 2
Views: 5333

PostForum: General CCS C Discussion   Posted: Mon Aug 15, 2011 1:43 am   Subject: File transfer (ymodem) using Siow
Hi all,

I have found teraterm.
I can send files through ymodem and hex string.
Bye bye siow....

Thanks
  Topic: File transfer (ymodem) using Siow
MCU Luüfter

Replies: 2
Views: 5333

PostForum: General CCS C Discussion   Posted: Thu Aug 11, 2011 3:11 am   Subject: File transfer (ymodem) using Siow
Dear pic users,

In my application to send a file over ymodem. Is it possible to use siow?
I didn't find where to configure the file transfer.
I don't like to use hyperterminal because I need also ...
  Topic: 16-bit CRC using generate_16bit_crc()
MCU Luüfter

Replies: 3
Views: 7751

PostForum: General CCS C Discussion   Posted: Mon Jun 13, 2011 4:58 pm   Subject: 16-bit CRC using generate_16bit_crc()
Thank you !!
I get it running ...
I have to change
int16 My16bitsData[] = {0x1122};
to
int8 My16bitsData[] = {0x11, 0x22};

Ciao
  Topic: 16-bit CRC using generate_16bit_crc()
MCU Luüfter

Replies: 3
Views: 7751

PostForum: General CCS C Discussion   Posted: Mon Jun 13, 2011 5:08 am   Subject: 16-bit CRC using generate_16bit_crc()
Hi all,

I am using the 16-bit CRC available in \PICC\Drivers\
and I need your experience.
In fact I am checking the result of CRC usign the following online tool:

http://depa.usst.edu.cn/chenj ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group