Justin Shaw
Justin Shaw
Thank you @obakuhl, I fixex the flickering issue by using PxMatrix lib and "double_buffer"ing. wyojustin
Testing python3 branch now. Everything seems to be working! -- setup.py Google Photo Album entry is not writeable (have to stick with default "Drop Box")
BTW, I copied the oath2services script into our directory and it worked first try! Thanks! Give it a try and test for me if you don't mind: https://github.com/wyolum/TouchSelfie/tree/python3
Ok, now I get it. Click Select to change the album. I found this code on the web, and it CAN see all album names if you want to take...
I like the Long Press idea! Cool implementation. The first time I used it I thought the long press event would trigger automatically if I held long enought. Of course,...
Just found a bug in long press detector... gist updated.
Laurent, we added a annotation feature so you can write comments and thoughts. Please test when you get a chance. https://github.com/wyolum/touchselfie
Karlzre, I'd try chainging "is" with "==" and see if that fixes the problem. Good luck! change `f config.selected_printer is "": config.selected_printer = selectedindex` to `f config.selected_printer == "": config.selected_printer...
Suggest you add TouchSelfie to main menu and launch from touchscreen.
If your pi won't boot, it's probably best to start with a clean install. On Sat, Apr 27, 2019, 8:23 AM wearebeta wrote: > I tried this solution but there...