質問

I'm developing interface for Graphic LCD 128x64, the interface is generated in run time as Bitmap, my target is to convert this bitmap to Array of Bytes, there are a lot of functions found online to convert image to Array of Bytes but none of them convert it to the desired one, there is an application that took an Bitmap and returns its Bytes represented array but its code is not available, here is the app BMP2GLCD any help ?

役に立ちましたか?

解決

but its code is not available

It is available here. A tarball is also available.

If it's on sourceforge, it's likely open-source.

Parsing the C++ or turning it into a JNI-compatible system(latter may be worthwhile due to low-level access by the C++ code) is up to you.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top