We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.
Answers
http://processing.org/reference/loadBytes_.html
Thank you so much GotoLoop