Author |
Message |
Topic: Display icon on LCD |
MCU Luüfter
Replies: 3
Views: 5359
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|