PDF planner designed for e-ink devices, edited to be used with amoled displays.
See discussions for available planners and their variations.
Pre-generated planners are available here (amoled) or here (original).
-
From the project directory, run the following command after updating 'PLANNER_YEAR' below. This should generate the PDF in the 'out' directory.
PLANNER_YEAR=2022
PASSES=1
CFG="cfg/base.yaml,cfg/template_breadcrumb.yaml,cfg/sn_a5x.breadcrumb.default.yaml"
NAME="sn_a5x.breadcrumb.default"
./single.sh -
Check the "out" directory for the 'pdf' planner. To move it to your device , follow the manufacturer's instructions on how to load a PDF on your device.
If you encounter any problems related to '.sty' files you likely need to install some Latex related dependencies. Copying the error and search using your favorite search engine should get you on track to resolving the dependency issues. All the best!
Instead of installing the dependencies manually, this repository is defined as a Nix flake which specifies fixed versions of all the required dependencies.
- Install Nix
- Build a planner pdf using
nix build
- Or, if you want to develop the code, enter a shell with all the dependencies present using
nix develop