Hi all,
I am new to Android Development. I have been looking at how to create a Bluetooth app to communicate with my Arduino and I have picked up a better understanding. My problem is now a little different and I am not sure where to start. I read in data and from my Arduino and I store it in an 2Darray in 128x128. I would like to should this image on the app. Convert each data to its corresponding color. For example if Array[0][0] were 5 I would like that pixel to be red and if it were 0 blue. Then I need to be able to display that changing image every time a new set of 128x128 information is read. Can anyone please point me in the direction I should be looking?
thank you.
I am new to Android Development. I have been looking at how to create a Bluetooth app to communicate with my Arduino and I have picked up a better understanding. My problem is now a little different and I am not sure where to start. I read in data and from my Arduino and I store it in an 2Darray in 128x128. I would like to should this image on the app. Convert each data to its corresponding color. For example if Array[0][0] were 5 I would like that pixel to be red and if it were 0 blue. Then I need to be able to display that changing image every time a new set of 128x128 information is read. Can anyone please point me in the direction I should be looking?
thank you.