Display stays dark when using pycard10/console and g-watch
I'm not sure how to solve this one:
When g-watch
is in power save mode and has the display backlight turned off, executing some code using pycard10
does not show anything on the screen (because it is off).
I'm considering adding a hard coded command to pycard10
which resets the card10 in a similar way as pressing the menu button does.
A similar issue exists if one uses the console though. You can stop the app using CTRL+C, but the display stays dimmed in that case. I fear that this will lead to a lot of confusion and frustration among people who want to run some simple things using the display.
Maybe we can set the display backlight to the default 20% every time it is opened.
Another option would be to capture a CTRL+C in epicardium and turn on the display.
Maybe we even want to run hardware_reset()
on CTRL+C