Phil Thomson

Results 10 comments of Phil Thomson

Performed the same test, returns True for me Running 1.8.1 and Pan 9.1.10

Any update? It's annoying

I have this working on Pi Z 2 running 32bit bullseye, Please check GL Driver is set to Legacy by running sudo raspi-config > Advanced Options > GL Driver >...

If anyone is interested in a backlight on/off script. This also can adjust backlight brightness with PWM on pin 19. sudo apt-get install wiringpi ``` #!/usr/bin/env python # backlight-monitor.py #...

> Have you installed the following first? sudo pip3 install python-uinput sudo pip3 install evdev And enabled uinput with the command: sudo modprobe uinput

Might be an issue improved by adjusting MMU to 16KB Cache + 48K IRAM instead of balanced (32/32K)

> Its probably memory, the html is output as a string on the stack, If you are using alot of params this can be optimized by using chunked outputting and...

wifiManager.startWebPortal(); At the end of setup to run the web server when on WiFi And in loop to handle requests and modification: wifiManager.process(); You may also need this if saving...

> I'm a bit confused. Can you send the best code? Thank you very much in advance for your help. Edit of basic example: ``` #include WiFiManager wm; void setup()...

Uno doesn't use the ESP32, it's Renesas RA4M1 chip I think you should be fine though