PORTS Forum

Ports and Interfaces => Serial Ports => Topic started by: Olakunle on September 23, 2015, 07:27:34 am

Title: monochrome image
Post by: Olakunle on September 23, 2015, 07:27:34 am
please, how can I transmit a monochrome picture bit map from one pic 16f877 microcontroller, then at the destination pic16f877, how can I assemble the transmitted bit map into a file and give it d name of the source image monochrome bit map file e.g truck_bmp.c and then pass this file to Glcd_Image to help me draw the image on the Glcd of the destination pic 16f877.
with the help of the mikro c online ebook, I have been able to display a monochrome image on the glcd using Glcd_Image (truck_bmp), so what I would like to do now is to transmit this image from the source to the destination. Thanks.
Kunle
Title: Re: monochrome image
Post by: Jan Axelson on September 24, 2015, 10:05:17 am
This is for PIC18s but might be helpful to you:

http://stackoverflow.com/questions/10747160/create-file-with-pic18-microcontroller