get each pixel of bitmap file and send by comport

edited July 2014 in How To...

Hi everyone,

İ want to get each pixel of some bitmap file then send each pixel value as 0 and 1.
If pixel is black = 1
If pixel is empty = 0

Then I want to send these values to arduino by using Rs232.

How can I explode the bitmap file. Should I create an array and sending by creating matrices?

Thanks for replies.

Sign In or Register to comment.