View Single Post
Old 02-22-2015, 05:44 PM   #2
tuxor
Addict
tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!
 
Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
That's an interesting project. Rewriting for Onyx could be feasible:

The only file that depends on the Pocketbook SDK is ./client/ui.c. It includes the <inkview> library and uses the following functions: SoftUpdate(), ClearScreen(), SetFont(), DrawString(), FillArea(), DrawRect(), StringWidth() (cf. http://donkey.vernier.se/~yann/pbapi...nkview_8h.html)

Unfortunately, there are no direct analogues of these functions in the Onyx SDK. And you have to take into consideration that Onyx uses C++ while Pocketbook uses C...
tuxor is offline   Reply With Quote