A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add user guide

+82
+4
README.md
··· 59 59 60 60 See [Development](#development) below. 61 61 62 + ## Usage 63 + 64 + See [the user guide](./USER_GUIDE.md) for instructions on operating CrossPoint. 65 + 62 66 ## Development 63 67 64 68 ### Prerequisites
+78
USER_GUIDE.md
··· 1 + # CrossPoint User Guide 2 + 3 + Welcome to the **CrossPoint** firmware. This guide outlines the hardware controls, navigation, and reading features of 4 + the device. 5 + 6 + ## 1. Hardware Overview 7 + 8 + The device utilises the standard buttons on the Xtink X4 in the same layout: 9 + 10 + ### Button Layout 11 + | Location | Buttons | 12 + |-----------------|--------------------------------------------| 13 + | **Bottom Edge** | **Back**, **Confirm**, **Left**, **Right** | 14 + | **Right Side** | **Power**, **Volume Up**, **Volume Down** | 15 + 16 + --- 17 + 18 + ## 2. Power & Startup 19 + 20 + ### Power On / Off 21 + 22 + To turn the device on or off, **press and hold the Power button for 1 full second**. 23 + 24 + ### First Launch 25 + 26 + Upon turning the device on for the first time, you will be placed on the **Book Selection Screen** (File Browser). 27 + 28 + > **Note:** On subsequent restarts, the firmware will automatically reopen the last book you were reading. 29 + 30 + --- 31 + 32 + ## 3. Book Selection 33 + 34 + The Home Screen acts as a folder and file browser. 35 + 36 + * **Navigate List:** Use **Left** (or **Volume Up**), or **Right** (or **Volume Down**) to move the selection cursor up 37 + and down through folders and books. 38 + * **Open Selection:** Press **Confirm** to open a folder or read a selected book. 39 + 40 + --- 41 + 42 + ## 4. Reading Mode 43 + 44 + Once you have opened a book, the button layout changes to facilitate reading. 45 + 46 + ### Page Turning 47 + | Action | Buttons | 48 + |-------------------|--------------------------------------| 49 + | **Previous Page** | Press **Left** _or_ **Volume Up** | 50 + | **Next Page** | Press **Right** _or_ **Volume Down** | 51 + 52 + ### Chapter Navigation 53 + * **Next Chapter:** Press and **hold** the **Right** (or **Volume Down**) button briefly, then release. 54 + * **Previous Chapter:** Press and **hold** the **Left** (or **Volume Up**) button briefly, then release. 55 + 56 + ### System Navigation 57 + * **Return to Home:** Press **Back** to close the book and return to the Book Selection screen. 58 + * **Chapter Menu:** Press **Confirm** to open the Table of Contents/Chapter Selection screen. 59 + 60 + --- 61 + 62 + ## 5. Chapter Selection Screen 63 + 64 + Accessible by pressing **Confirm** while inside a book. 65 + 66 + 1. Use **Left** (or **Volume Up**), or **Right** (or **Volume Down**) to highlight the desired chapter. 67 + 2. Press **Confirm** to jump to that chapter. 68 + 3. *Alternatively, press **Back** to cancel and return to your current page.* 69 + 70 + --- 71 + 72 + ## 6. Current Limitations & Roadmap 73 + 74 + Please note that this firmware is currently in active development. The following features are **not yet supported** but 75 + are planned for future updates: 76 + 77 + * **Images:** Embedded images in e-books will not render. 78 + * **Text Formatting:** There are currently no settings to adjust font type, size, line spacing, or margins.