Xteink-X4-crosspoint-reader/src/activities/reader
Xuan-Son Nguyen da4d3b5ea5
Some checks failed
CI / build (push) Has been cancelled
feat: add HalDisplay and HalGPIO (#522)
## Summary

Extracted some changes from
https://github.com/crosspoint-reader/crosspoint-reader/pull/500 to make
reviewing easier

This PR adds HAL (Hardware Abstraction Layer) for display and GPIO
components, making it easier to write a stub or an emulated
implementation of the hardware.

SD card HAL will be added via another PR, because it's a bit more
tricky.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? **NO**
2026-01-28 04:50:15 +11:00
..
EpubReaderActivity.cpp feat: add HalDisplay and HalGPIO (#522) 2026-01-28 04:50:15 +11:00
EpubReaderActivity.h fix: goes to relative position when reader settings are changed (#486) 2026-01-27 22:11:11 +11:00
EpubReaderChapterSelectionActivity.cpp fix: Chapter Selection UI bugs when koreader sync is enabled, and clarify default kosync URL (#501) 2026-01-27 21:25:25 +11:00
EpubReaderChapterSelectionActivity.h Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
KOReaderSyncActivity.cpp Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
KOReaderSyncActivity.h Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
ReaderActivity.cpp feat: treat .md files as .txt (#498) 2026-01-27 21:25:48 +11:00
ReaderActivity.h My Library: Tab bar w/ Recent Books + File Browser (#250) 2026-01-21 11:38:38 +00:00
TxtReaderActivity.cpp feat: add HalDisplay and HalGPIO (#522) 2026-01-28 04:50:15 +11:00
TxtReaderActivity.h Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
XtcReaderActivity.cpp feat: add HalDisplay and HalGPIO (#522) 2026-01-28 04:50:15 +11:00
XtcReaderActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00
XtcReaderChapterSelectionActivity.cpp Add navigation hints to ChapterSelectionActivities (#294) 2026-01-12 19:59:02 +11:00
XtcReaderChapterSelectionActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00