Tungsteno74
Tungsteno74
@rm-hull thanks Richard. I found another person that can help here. @5kft How do you associate BCM pins in [neocore2](https://github.com/5kft/OPi.GPIO/blob/master/nanopi/neocore2.py)? I'm not able to find a relationship between pins mapping...
@5kft Thanks for your reply. Thus, let me understand better, the association between BCM GPIO 9 and GPIOC1 is determined by other pin functions? (as you mentioned both have SPI0_MISO...
I have the same issue on WIndows 10 pro with kivy 1.10 So basically, `on_scroll_move` do not work with mouse wheel. It seem to work only by clicking and dragging...
@oastashev @inclement Also I'm interested to enable mobile data in Android. How did it go then? Someone has managed to successfully implement the command? I could help if needed to...
Well, I have made some progress in recent days. I was able to compile Python for 32-bit (here's the fork of the project with a build already compiled https://goo.gl/zSJaum) but...
Hello @Kovak, First of all I thank you for your awesome work and for your reply! Then, I've tried mingw32 and mingw64 on two windows system (Vista and 10) both...
@Kovak The bad news is that I've tried to follow all kind of guide/instructions for compiling kivy or python C sources but really I'M NOT ABLE TO DO IT with...
No, i didn't follow exactly these steps before. But this time, I've tried to follow the sequence showed in your link: ``` python -m pip install --upgrade pip wheel setuptools...
I found that in the (64bit Python) build process, after creating the cymunk.pyd file i get these warnings: ``` C:/Program Files/Python27x64/share/mingwpy/bin/../lib/gcc/x86_64-w64-mingw32/4.9 .2/../../../../x86_64-w64-mingw32/bin/ld.exe: warning: cannot find entry symbol _DllMain@12; defaulting to...
Same for Python 2.7.x