rfernandezf / TouchCarPI

TouchCarPi - Touchscreen based system with autoradio functions using a Raspberry Pi
2 stars 0 forks source link

Sometimes randomly the power off button stops the radio but don't close the app. #33

Closed rfernandezf closed 7 years ago

rfernandezf commented 7 years ago

Sometimes randomly the power off button stops the radio but don't close the app. It's a bug probably from the communication with the radio IC.

rfernandezf commented 7 years ago

Seems to be fixed, this bug is related to a wiring issue from the GPIO ports.

rfernandezf commented 7 years ago

The real problem was that I opened twice the app when using the touch screen because the touch panel have low accuracy and need to click a lot of times to do a double click on the launcher. Then when I click on the power off button, the first running instance of the app closed, and the second instance of the app appears giving that effect.