rfernandezf / TouchCarPI

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

Create a new thread for the radio. #28

Closed rfernandezf closed 7 years ago

rfernandezf commented 7 years ago

The SI4703 library operations freezes the GUI sometimes due to some delays in the operations. It's necessary to isolate the radio operations into a separate thread to avoid this.