Charles

Results 155 comments of Charles

I'm having some trouble with french char on openweather because of utf8 format Adding this to weather.ino should to the trick (taken from arduino) and checked with TOMTHUMB_USE_EXTENDED and font,...

Just to let you know that the PCB Shield V1.6 just released now support Wemos ESP32 Mini. This should solve all of our heap problem and add new features. Not...

Great, but as far as I remember WebServer implementation is different, last year I tried to port old ESP8266 project to ESP32 and it was a pain. But the asyncWEBServer...

BTW, the french char are now working fine, thanks for fixing this. I'll update the issue #7 for removing long terms

ESP32 works on V1.6 boards (but there are some flickering), needs some adjustments as follow for ESP32 MH-Et Live : in file `pxMatrix.h` from `https://github.com/2dom/PxMatrix` change SPI pin definitions. They...

Ok, solved flickering on ESP32 by changing on `display_updater()` in `display.h` as follow ```cpp #if defined (ESP8266) // ISR for display refresh void display_updater() { display.display(70); } #elif defined (ESP32)...

Dear @marcelstoer thanks for pointing that out, it's PI 4?

Received today 2 Sunton, one 5" and one 7" and add exactly the same issue After lot on investigations, I got it all (including 4.3 one) working. The deal is...

Solved both sunton and makerfabs on my side

Nice, what will your PR2 contains, new awesome features?