HI,
I have a C++ application that creates an image as an array of 24-bit RGB values. In the C++ design these colours are in a simple XY array (X=16 x Y=800). I want to simply write these colours as pixels on a page
in the Android App. Sorry if this is a bit elementary but I'm quite new to this. Can anyone give me a simple example of displaying such an array on a page? Many thanks in advance.
I have a C++ application that creates an image as an array of 24-bit RGB values. In the C++ design these colours are in a simple XY array (X=16 x Y=800). I want to simply write these colours as pixels on a page
in the Android App. Sorry if this is a bit elementary but I'm quite new to this. Can anyone give me a simple example of displaying such an array on a page? Many thanks in advance.