Closed luchino777 closed 5 years ago
For now you need to change the gpio.h In a future release this will be configurable in a separate partition to enjoy the standard OTA.
That's ok! changed in gpio.h, compiled and working... Only problem now is the lcd shows 1 pixel right, as reported here: https://github.com/karawin/Ka-Radio32/issues/15 but that solution not working...
Luca
The only difference between both lcd is this shift of one pixel, so the only solution is the command sys.lcd("1") and reset one time.
Or try `// Black&White //I2C
`
sys.lcd("4")
No news? I will close it. reopen if needed.
Excuse Me!!!!
Everithing correct with the changes I made....
Thanks a lot for support...
Luca Bruno
Il giorno lun 26 nov 2018 alle ore 13:51 KaraWin notifications@github.com ha scritto:
No news? I will close it. reopen if needed.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/karawin/Ka-Radio32/issues/55#issuecomment-441628015, or mute the thread https://github.com/notifications/unsubscribe-auth/AICPAnHnIG-Jvgkl9gRjOjafaZApL6HDks5uy-PRgaJpZM4X-m1z .
Hi, I discovered that I2c pins on my esp32 wemos lolin, are different from the standard configuration of pins... is there a way to change them without compiling? Is it correct to changhe pins on the file gpio.h? Thanks! Luca