Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3m3vilurr/epdblk

reimplement crema-shine's epdblk
https://github.com/d3m3vilurr/epdblk

ebooks eink reimplement

Last synced: 18 days ago
JSON representation

reimplement crema-shine's epdblk

Awesome Lists containing this project

README

        

Reimplement [epdblk][epdblk]

[epdblk]: https://bitbucket.org/d3m3vilurr/crema-shine-root-image/src/master/root/system/bin/epdblk

## Improvement than original blob
- fixed segfault if not pass first argument
- initial support Rockchip EBC

## How to build
```bash
NDK_PROJECT_PATH=. ndk-build NDK_APPLICATION_MK=./Application.mk
```

## How to use
copy epdblk to `/system/bin/` and give execute perm
then call

```bash
epdblk 10
```

if you need forceful full refresh, call it

```bash
epdblk 10 1
```