Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d3m3vilurr/epdblk
- Owner: d3m3vilurr
- License: gpl-2.0
- Created: 2018-03-10T17:07:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T14:26:54.000Z (almost 7 years ago)
- Last Synced: 2024-12-10T14:49:35.278Z (about 1 month ago)
- Topics: ebooks, eink, reimplement
- Language: C
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```