In terms of a roadmap, there isn't anything official. Your best bet is to look at the inkview.h file in the SDK to see what the API functions are. Looking at the code of working applications is also a big help. There are some example applications within the SDK. There are also some third-party applications whose source code is available. Search this forum and you should be able to find some of those. If you have specific questions, you can ask them here, and someone may know the answer to it.
The PocketBook devices are linux systems. You can use the SDK to cross-compile software for those systems and then install it in internal memory or on the SD card. You could probably build python for it if you were so inclined.
|