-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: type object 'Globals' has no attribute 'flipHorizontal' #2
Comments
I have tried creating a |
I tried version before the last commit and it worked fine. |
Hello again, I think I've got it working. I've added the following lines to the end of the Globals.py file: ` flipHorizontal = False
`
So I changed line 238 of the Buttons.py file to this:
Commented out two lines and set txt to self._text The screen still doesn't fit my 7 inch monitor but I'm able to change settings! Really not sure whether what I've done is 'correct' - I'm really just hacking here :) Adding some screenshots: |
I’ve updated the Github files to remove the errors. Also the App better supports the higher photo resolution of the V2 camera module. Bill |
On opening the app I am getting the following error:
It initaly displays the app interface then promply gives the error.
I am not using a touch screen but a normal 1080 HDMI with mouse.
The text was updated successfully, but these errors were encountered: