tobozo

Results 715 comments of tobozo

`cfg.i2c_port` may need to be set to `I2C_NUM_1` since that's where the touch interface responded to the scan moreover, the only device using GT911 in the autodetect (M5Paper) seems to...

yup the rust project is where I found the idea for the input pullup on the panel RST pin GT911 does support interrupts (LGFX uses it for touch wakeup) and...

thanks for testing this :+1: I've added your changes to a new block in the autodetect sequence (see `struct _detector_ESP32_S3_BOX_V3_t`), which is now the default s3box board. you can test...

> So does that response of 000000e3 mean it's working? yes ^^ I'll update the develop branch with the original `0x04, 0xff, 0xE3` sequence > BTW I see no difference...

I'm not sure when the next release will be published, some other unrelated tasks may need to be achieved before the develop branch is merged with the master but I've...

those numbers look normal, the values offsets are caused by the finger not touching the exact corner maybe? > 23, 13, 24, 229, 301, 13, 311, 234, if I round...

I've been searching through espressif labyrinthic codebase and got lost :rofl: [the GT911 supports custom configs](https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx/v1/touch/Touch_GT911.cpp#L225), so that's probably the angle to consider when comparing with working examples I'm out...

@Xyl2k quelle était la source? le dump est celui du ftp de madchat, pas une copie dégradée d'un miroir http, du coup je crois que ça vaut quand meme le...

j'ai commencé a bidouiller le CI pour générer des directory listings: https://madchat.github.io/french-ezines/ probleme: certains ezines au format txt datent d'avant unicode et se font massacrer par le browser exemples de...

le try/catch c'est une bonne idée si on a un algo qui aboutit dans 100% des cas, sinon ça veut dire vérifier l'intégralité des ezines convertis a chaque itération de...