[PB700] Add GetGSensorOrientation definition#2260
Merged
Frenzie merged 1 commit intoJan 28, 2026
Merged
Conversation
This is defined in the SDK [here](https://github.com/pocketbook/SDK_6.3.0/blob/dd8de463733a2bc0d53d1214b64734586fac427e/SDK-B288/usr/arm-obreey-linux-gnueabi/sysroot/usr/local/include/inkview.h#L1743) and a required function to solve koreader/koreader#11033
jannickfahlbusch
added a commit
to jannickfahlbusch/koreader
that referenced
this pull request
Jan 28, 2026
This fixes koreader#11033. As a prerequisite this needs an additional change in the available C-bindings from koreader/koreader-base#2260
jannickfahlbusch
added a commit
to jannickfahlbusch/koreader
that referenced
this pull request
Jan 28, 2026
This uses the changes from koreader/koreader-base#2260
This was referenced Jan 28, 2026
benoit-pierre
approved these changes
Jan 28, 2026
Frenzie
pushed a commit
to koreader/koreader
that referenced
this pull request
Jan 28, 2026
Fixes #11033. Depends on additional change in the available C-bindings from koreader/koreader-base#2260 Also includes koreader/koreader-base#2233
benoit-pierre
pushed a commit
to benoit-pierre/koreader
that referenced
this pull request
Jan 31, 2026
…2260) This is defined in the SDK [here](https://github.com/pocketbook/SDK_6.3.0/blob/dd8de463733a2bc0d53d1214b64734586fac427e/SDK-B288/usr/arm-obreey-linux-gnueabi/sysroot/usr/local/include/inkview.h#L1743) and a required function to solve koreader#11033
0xstillb
pushed a commit
to 0xstillb/koreader-thai
that referenced
this pull request
May 9, 2026
Fixes koreader#11033. Depends on additional change in the available C-bindings from koreader/koreader-base#2260 Also includes koreader/koreader-base#2233
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is defined in the SDK here and a required function to solve koreader/koreader#11033
This change is