Christian Mötzing
Christian Mötzing
I kind of fixed it. I changed the following ... ``` diff --git a/src/DisplayOrientation.hpp b/src/DisplayOrientation.hpp index 2d6a545..86787f9 100644 --- a/src/DisplayOrientation.hpp +++ b/src/DisplayOrientation.hpp @@ -37,7 +37,7 @@ #ifdef KOBO /* Kobo...
I think I found a solution. PR #889
I don't know if you allow global variables. Overall this is a cleaner version (I think). Open for suggestions.
> I'm confused by that commit diff. It moves chunks of code around, but it's documented to add a feature. I can't see what is really changed. Split it into...
Ok, so before we play more commit ping pong let us talk about a path to an accepted solution: **Problem:** Input and display does not work properly on Libra. **Cause:**...
> What does that mean, exactly? "Does not work" is the worst possible problem description, because all it does is state the presence of the problem, but says nothing else....
> Is the touch screen input rotated as well? Yes > What is the fb rotation setting? How do I check?
``` ~ # cat /sys/class/graphics/fb0/rotate 3 ``` File `/sys/class/graphics/fbcon/rotate` does not exist.
PR #891 fixes the issue for me. Elements above 128 entries were just not added anymore.
Same with Stodeus leGPSBip+. 6.8.17 is working and 7.23 is not. I even have the same device entry in the NMEA list but can't connect since it says ttyacm0 is...