Skip to content

amaanshaik-codes/crosspoint-reader

 
 

Repository files navigation

My CrossPoint Reader -

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.

Credits

What I Focus On In This Fork

  • Experimental feature work
  • EPUB reading quality and rendering improvements
  • Dictionary lookup and reading-assistance tools
  • UI/UX changes based on practical usage

Dictionary Setup

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.dict
  • dictionary.idx

Example SD layout:

/
├── dictionary.dict
├── dictionary.idx
└── books...

Build

git clone --recursive https://github.com/amaanshaik-codes/crosspoint-reader.git
cd crosspoint-reader
pio run -e default

Flash

pio run --target upload

Note

This fork is intentionally experimental and may diverge significantly from the main crosspoint reader.

About

my version of crosspoint reader

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

No contributors

Languages

  • C 83.0%
  • C++ 15.0%
  • Python 1.1%
  • HTML 0.9%
  • Shell 0.0%
  • PowerShell 0.0%