tobykurien / rpi_lcars

Star Trek LCARS interface for Raspberry Pi using Pygame
MIT License
658 stars 145 forks source link

This is more a question than an issue #8

Closed wildbi111 closed 6 years ago

wildbi111 commented 7 years ago

In which file do you configure the touch buttons? When I run rpi_lcars I get to the "Authorization Required" screen, which I touch and then see eight buttons appear at the bottom, none of which do anything. Also, I still see "Authorization Required". So I am at a loss on what to do at this point.

Bill Richards RPi3 w/Touch Screen

wildbi111 commented 7 years ago

On further tinkering, 3 taps on the butons takes me back to the original screen without buttons.

tobykurien commented 7 years ago

See app/screens/authorize.py line 55, where the pin code is set. It's just an example screen of how you might implement a pin lock.

tobykurien commented 6 years ago

This could have been related to #9 - so closing