Jacek Modrakowski

Results 8 comments of Jacek Modrakowski

Does someone work on this feature?

I have following theme: `Theme.AppCompat.Light.NoActionBar`. I just forked your repo and update SupportLibrary, and also change the android:Theme.Light to AppCompact one, but I noticed that when I click on the...

Does to #9438 is included in the latest Micropython firmware for Pico W? As I can't get working `lightsleep` with WiFi...

Does anyone have working sleeping in the latest firmware?

> as downloadable from the website Did you mean this site: https://micropython.org/download/rp2-pico-w/

Any news how to get `~run` to run? This is exactly my problem: https://github.com/playframework/playframework/issues/9983#issuecomment-574801920 cc: @eatkins @eed3si9n

I think that you have a wrong declaration of i2c. Try this: ```python i2c = I2C(id=0, sda = Pin(4), scl = Pin(5), freq=100000) ```

Here you can find out working example of mine: https://github.com/jmodrako/astroclouds/blob/main/app/main.py