Thread: Clara HD Display time when reading
View Single Post
Old 07-29-2019, 08:10 AM   #262
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
Quote:
Originally Posted by frostschutz View Post
Well... I (think I) have an improvement for the current freeze issue, and I'll reimplement the touchscreen/button option that went missing last update, and then... it's gotta be "good enough" at some point. Delays and such are customizable for a reason after all...
another day, another update. it should be more resilient to freezes and no longer miss inputs then

the touchscreen=1, button=1 that stopped working in the last few experimental updates, now merged into a generic input_devices settings:

Code:
#
# which /dev/input/eventX number devices to listen to
#
# input_devices=1    - event1 = touchscreen
# input_devices=0    - event0 = keyboard/buttons/magnet
# input_devices=1 0  - event1 event0 = both of the above
#
input_devices=1 0
so if a future device decides to change those numbers you can still configure it anyway

download here (20190729 version)

If you have any issues with it please don't report them to me because I don't want to update it anymore

j/k, let me know if it works
frostschutz is offline   Reply With Quote