This is my personal CrossPoint fork.
I use this firmware as an experimental branch where I can quickly test new ideas and features without being limited by the official project scope.
- Dave Allie: daveallie
- Official CrossPoint repository: crosspoint-reader/crosspoint-reader
- Dictionary feature source: kurtisgrant/crosspoint-reader
- Experimental feature work
- EPUB reading quality and rendering improvements
- Dictionary lookup and reading-assistance tools
- UI/UX changes based on practical usage
Dictionary lookup uses StarDict-style files from SD root. The first lookup may be slower while index/cache data is initialized. Later lookups are much faster.
Included in this repo:
Copy these to SD root:
dictionary.dictdictionary.idx
Example SD layout:
/
├── dictionary.dict
├── dictionary.idx
└── books...
git clone --recursive https://github.com/amaanshaik-codes/crosspoint-reader.git
cd crosspoint-reader
pio run -e defaultpio run --target uploadThis fork is intentionally experimental and may diverge significantly from the main crosspoint reader.