-
Notifications
You must be signed in to change notification settings - Fork 30
Customise quick booking lengths #7
Comments
Yes, you need to change the transformation matrix because the display is used in portrait mode. It is documented at the end of the About the quick bookings: there is currently no configuration option, but you can change it more or less easily in the code itself. You have to change two things:
Let us know how it works out for you! |
Thanks for the reply. Strange on the transformation matrix. I had copy/pasted your exact commands and for some reason they weren't taking effect. On the 30/60' change to quick bookings. I changed the files/images per your instructions, I can see the images changed however clicking them isn't making the appropriate length booking (still coming through as 15/30 mins). Do I need to compile code or anything afterwards? I tried with a reboot so far. Also I noticed when for example there's a meeting coming up in 25 minutes it only shows the 15 minute booking (makes sense with the default 15/30 bookings), would this be broken if I make 30/60 minute bookings instead? Eg is the logic hard coded only to show the 15/30 buttons based on amount of free time left until next booking? Cheers! |
Yes, you probably need to run |
Installed your software successfully, great so far thanks!
Took a bit of tweaking to get the touchscreen re-calibrated after rotation, had to include:
xinput --set-prop 'FT5406 memory based driver' 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
in /etc/xdg/lxsession/LXDE-pi/autostart to get it working correctly.
Quick questions if you don't mind - Is it possible/easy to change the quick bookings from 15/30 to 30/60 minutes?
The text was updated successfully, but these errors were encountered: