Quote:
Originally Posted by georgelaza
I read somewhere on the internet that a SDK for Likebook (Mimas in my case) should be available in 2019.
Any news regarding this?
|
Nope AFAIK. See
https://www.mobileread.com/forums/sh...d.php?t=315344.
May I ask what are you trying to develop with the SDK?. Aside from the stylus and a few hardware quirks you can do pretty much everything without the SDK.
For example the eink screen controller works just fine with the android view hierarchy. You just need to invalidate the view you want to refresh and the EPD will do its work just fine.
Probably the only thing where a specific api call is needed is in scroll views, where you might want to enter A2 mode when scroll starts and exit A2 mode when the scroll finish.