nikthefix
nikthefix
Yeah that's definitely not your fault. The wifi manager is not working for me either. Trying to find a work around. Further updates may be found here: https://github.com/nikthefix?tab=repositories But I'll...
Looks great! Watch this space. nik
@flykarlos I think this is a problem with the sub-pixel rendering approach in general since the AA algorithm needs to be pixel layout aware for each possible rotation. For 180...
@felmue Yes I've recommended reducing the i2c from 400 to 100kHz here: In RTC8563_Class.hpp Set line 85 to RTC8563_Class(std::uint8_t i2c_addr = DEFAULT_ADDRESS, std::uint32_t freq = 100000, I don't have the...
@esp32beans Yes the rtc.ino example works for me too but the sketch has very low i2c traffic and as @felmue pointed out, the internal weak pullups are employed and probably...
@beniroquai I solved the problem on my breadboard reproduction of the M5Dial by adding modest 10K pullup resistors to the i2c lines. Everything worked as expected after that. Are you...
@beniroquai Assuming that you've sorted the hardware issue with the M5Dial, I don't know which framework you are using but I would guess that to setup two i2c busses at...
@beniroquai I don't know any specific M5Dial examples but initializing a second i2c bus with different parameters on esp32-s3 is well documented on-line and in the Espressif literature. For Arduino...
The window needs repainting in full when un-minimizing otherwise only dirty areas will be painted when called. Maybe use WM_WINDOWPOSCHANGED or similar.
@ou2356 I'm working on this at the moment. Are you using v9.0.0 release?