An ebook reader app for the Miyoo Mini. Supports epub and txt formats.
Supports Onion, MiniUI, and the default/factory OS.
- Download the latest release. Make sure to get the correct zip file for your OS. For Onion or default/factory OS:
pixel_reader_onion_xxx.zip
. For MiniUI:pixel_reader_miniui_xxx.zip
. - Extract the zip into the root of your SD card.
- Boot your device, and the app should now show up in the apps/tools list.
The default location for book files is Media/Books
.
Install dependencies (Ubuntu):
apt install make g++ libxml2-dev libzip-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev
Build:
make -j
Find app in build/reader
.
Cross-compile env is provided by shauninman/union-miyoomini-toolchain. Docker is required.
Fetch git submodules:
git submodule init && git submodule update
Start shell:
make miyoo-mini-shell
Create app packages:
./cross-compile/miyoo-mini/create_packages.sh <version num>
make test